From f225345d4de3b198a557fe3566f9630163e76d51 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:58:13 +0200 Subject: Putting MetaWatch stuff in a plugin --- metawatch/metawatch.pro | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 metawatch/metawatch.pro (limited to 'metawatch/metawatch.pro') diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro new file mode 100644 index 0000000..d8c63c4 --- /dev/null +++ b/metawatch/metawatch.pro @@ -0,0 +1,53 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2011-09-17T03:22:32 +# +#------------------------------------------------- + +TARGET = metawatch +TEMPLATE = lib +CONFIG += mobility +MOBILITY += connectivity + +SOURCES += metawatchplugin.cpp \ + metawatchsimulatorform.cpp \ + metawatchsimulator.cpp \ + metawatchpaintengine.cpp \ + metawatch.cpp + +HEADERS += metawatchplugin.h \ + metawatchsimulatorform.h \ + metawatchsimulator.h \ + metawatchpaintengine.h \ + metawatch.h + +FORMS += \ + metawatchsimulatorform.ui + +symbian { + MMP_RULES += EXPORTUNFROZEN + TARGET.UID3 = 0xE4DC26B0 + TARGET.CAPABILITY = + TARGET.EPOCALLOWDLLDATA = 1 + addFiles.sources = metawatch.dll + addFiles.path = !:/sys/bin + DEPLOYMENT += addFiles +} + +unix:!symbian { + maemo5 { + target.path = /opt/usr/lib + } else { + target.path = /usr/lib + } + INSTALLS += target +} + + +win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -llibsowatch +else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -llibsowatch +else:symbian: LIBS += -llibsowatch +else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -llibsowatch + +INCLUDEPATH += $$PWD/../libsowatch +DEPENDPATH += $$PWD/../libsowatch -- cgit v1.2.3