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