X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=libffqw-n810-1.0%2Flibffqw-n810.pro;fp=libffqw-n810-1.0%2Flibffqw-n810.pro;h=e194b4d22ce53d87a5674a7445601c453a09bb3b;hb=1273d1fbb03faf468b080ca8f2f78717e6949815;hp=0000000000000000000000000000000000000000;hpb=0cf856837e9dc2e271c8e16390758bf02107f678;p=ffqwlibrary diff --git a/libffqw-n810-1.0/libffqw-n810.pro b/libffqw-n810-1.0/libffqw-n810.pro new file mode 100644 index 0000000..e194b4d --- /dev/null +++ b/libffqw-n810-1.0/libffqw-n810.pro @@ -0,0 +1,101 @@ +TEMPLATE = lib +TARGET = ffqw +QT += core \ + gui \ + svg +CONFIG += diablo_comp +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-n810/usr/lib + headers.path = debian/libffqw-n810-dev/usr/include + #INSTALLS = target +} +ELSE { + message(Creating Makefile for Linux) + headers.path = /usr/include + target.path = /usr/lib +} + +INSTALLS += headers target