added all files
[ffqwlibrary] / libffqw-1.0 / libffqw.pro
1 TEMPLATE = lib
2 TARGET = ffqw
3 QT += core \
4     gui \
5     svg 
6 HEADERS += sources/ffabstractcombobox.h \
7     sources/ffscrollingcheckbox.h \
8     sources/ffscrollingbutton.h \
9     sources/ffabstractbutton.h \
10     sources/ffabstractwidget.h \
11     sources/ffscrollinglabel.h \
12     sources/ffviewcache.h \
13     sources/ffstringcombobox.h \
14     sources/ffdpad.h \
15     sources/ffcolorcombobox.h \
16     sources/ffdpadbutton.h \
17     sources/ffscrollarea.h \
18     sources/ffchart.h \
19     sources/ffchartlegend.h \
20     sources/ffchartscene.h \
21     sources/ffchartbutton.h \
22     sources/ffchartlegendcontrolpanel.h \
23     sources/ffchartseries.h \
24     sources/fflinecombobox.h \
25     sources/ffscrollingradiobutton.h
26 SOURCES += sources/ffscrollingcheckbox.cpp \
27     sources/ffabstractcombobox.cpp \
28     sources/ffscrollingbutton.cpp \
29     sources/ffabstractbutton.cpp \
30     sources/ffdpad.cpp \
31     sources/ffabstractwidget.cpp \
32     sources/ffscrollinglabel.cpp \
33     sources/ffviewcache.cpp \
34     sources/ffstringcombobox.cpp \
35     sources/ffcolorcombobox.cpp \
36     sources/ffdpadbutton.cpp \
37     sources/ffscrollarea.cpp \
38     sources/ffchart.cpp \
39     sources/ffchartlegend.cpp \
40     sources/ffchartscene.cpp \
41     sources/ffchartbutton.cpp \
42     sources/ffchartlegendcontrolpanel.cpp \
43     sources/ffchartseries.cpp \
44     sources/fflinecombobox.cpp \
45     sources/ffscrollingradiobutton.cpp
46
47 RESOURCES += data/img/img.qrc
48
49 VERSION = 1.0
50
51 headers.files += sources/ffcolorcombobutton.h \
52     sources/ffchartscene.h \
53     sources/ffchartlegend.h \
54     sources/ffchartlegendcontrolbutton.h \
55     sources/ffchartlegendcontrolpanel.h \
56     sources/ffchart.h \
57     sources/ffchartbutton.h \
58     sources/ffcombobutton.h \
59     sources/ffscrollingcheckbox.h \
60     sources/ffscrollingbutton.h \
61     sources/ffabstractbutton.h \
62     sources/ffskin.h \
63     sources/ffchartseries.h \
64     sources/ffabstractwidget.h \
65     sources/ffscrollinglabel.h \
66     sources/ffviewcache.h \
67     sources/ffstringcombobox.h \
68     sources/ffdpad.h \
69     sources/ffcolorcombobox.h \
70     sources/ffcolorbutton.h \
71     sources/ffstringbutton.h \
72     sources/ffdpadbutton.h \
73     sources/ffcolorchooser.h \
74     sources/ffscrollarea.h \
75     sources/ffscrollingradiobutton.h \
76     sources/FFGui \
77     sources/fflinecombobox.h \
78     sources/ffabstractcombobox.h 
79
80 maemo {
81 DEFINES += MAEMO
82 }
83
84 diablo_comp {
85 DEFINES += DIABLO_COMP
86 }
87
88 deb {
89   message(Creating Makefile for DEB binary package)
90   target.path = debian/libffqw/usr/lib
91   headers.path = debian/libffqw-dev/usr/include
92   #INSTALLS = target
93 }
94 ELSE {
95   message(Creating Makefile for Linux)
96   headers.path = /usr/include
97   target.path = /usr/lib
98 }
99
100 INSTALLS += headers target