TEMPLATE = lib TARGET = ffqw QT += core \ gui \ svg HEADERS += sources/ffabstractcombobox.h \ sources/ffscrollingcheckbox.h \ sources/ffscrollingbutton.h \ sources/ffabstractbutton.h \ sources/ffabstractwidget.h \ sources/ffscrollinglabel.h \ sources/ffviewcache.h \ sources/ffstringcombobox.h \ sources/ffdpad.h \ sources/ffcolorcombobox.h \ sources/ffdpadbutton.h \ sources/ffscrollarea.h \ sources/ffchart.h \ sources/ffchartlegend.h \ sources/ffchartscene.h \ sources/ffchartbutton.h \ sources/ffchartlegendcontrolpanel.h \ sources/ffchartseries.h \ sources/fflinecombobox.h \ sources/ffscrollingradiobutton.h SOURCES += sources/ffscrollingcheckbox.cpp \ sources/ffabstractcombobox.cpp \ sources/ffscrollingbutton.cpp \ sources/ffabstractbutton.cpp \ sources/ffdpad.cpp \ sources/ffabstractwidget.cpp \ sources/ffscrollinglabel.cpp \ sources/ffviewcache.cpp \ sources/ffstringcombobox.cpp \ sources/ffcolorcombobox.cpp \ sources/ffdpadbutton.cpp \ sources/ffscrollarea.cpp \ sources/ffchart.cpp \ sources/ffchartlegend.cpp \ sources/ffchartscene.cpp \ sources/ffchartbutton.cpp \ sources/ffchartlegendcontrolpanel.cpp \ sources/ffchartseries.cpp \ sources/fflinecombobox.cpp \ sources/ffscrollingradiobutton.cpp RESOURCES += data/img/img.qrc VERSION = 1.0 headers.files += sources/ffcolorcombobutton.h \ sources/ffchartscene.h \ sources/ffchartlegend.h \ sources/ffchartlegendcontrolbutton.h \ sources/ffchartlegendcontrolpanel.h \ sources/ffchart.h \ sources/ffchartbutton.h \ sources/ffcombobutton.h \ sources/ffscrollingcheckbox.h \ sources/ffscrollingbutton.h \ sources/ffabstractbutton.h \ sources/ffskin.h \ sources/ffchartseries.h \ sources/ffabstractwidget.h \ sources/ffscrollinglabel.h \ sources/ffviewcache.h \ sources/ffstringcombobox.h \ sources/ffdpad.h \ sources/ffcolorcombobox.h \ sources/ffcolorbutton.h \ sources/ffstringbutton.h \ sources/ffdpadbutton.h \ sources/ffcolorchooser.h \ sources/ffscrollarea.h \ sources/ffscrollingradiobutton.h \ sources/FFGui \ sources/fflinecombobox.h \ sources/ffabstractcombobox.h maemo { DEFINES += MAEMO } diablo_comp { DEFINES += DIABLO_COMP } deb { message(Creating Makefile for DEB binary package) target.path = debian/libffqw/usr/lib headers.path = debian/libffqw-dev/usr/include #INSTALLS = target } ELSE { message(Creating Makefile for Linux) headers.path = /usr/include target.path = /usr/lib } INSTALLS += headers target