From aa1c0fd3146b4ed055d181c99d52463afa6bedbb Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 16 Sep 2011 17:47:24 +0200 Subject: Initial import --- sowatch.pro | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 sowatch.pro (limited to 'sowatch.pro') diff --git a/sowatch.pro b/sowatch.pro new file mode 100644 index 0000000..402a17f --- /dev/null +++ b/sowatch.pro @@ -0,0 +1,76 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2011-09-12T20:48:51 +# +#------------------------------------------------- + +QT += core gui declarative + +CONFIG += mobility +MOBILITY += connectivity + +TARGET = sowatch +TEMPLATE = app + + +SOURCES += main.cpp\ + watchmanager.cpp \ + watchserver.cpp \ + watch.cpp \ + watchsimulator.cpp \ + metawatchsimulatorform.cpp \ + metawatchsimulator.cpp \ + watchlet.cpp \ + testwatchlet.cpp \ + watchpaintengine.cpp \ + graphicswatchlet.cpp \ + declarativewatchlet.cpp \ + testdeclarativewatchlet.cpp \ + declarativewatchwrapper.cpp \ + metawatch.cpp \ + metawatchpaintengine.cpp + +HEADERS += \ + watchmanager.h \ + watchserver.h \ + watch.h \ + watchsimulator.h \ + metawatchsimulatorform.h \ + metawatchsimulator.h \ + watchlet.h \ + testwatchlet.h \ + watchpaintengine.h \ + graphicswatchlet.h \ + declarativewatchlet.h \ + testdeclarativewatchlet.h \ + declarativewatchwrapper.h \ + metawatch.h \ + sowatch.h \ + metawatchpaintengine.h + +FORMS += \ + metawatchsimulatorform.ui + +OTHER_FILES += \ + testdeclarativewatchlet.qml \ + qtc_packaging/debian_harmattan/rules \ + qtc_packaging/debian_harmattan/README \ + qtc_packaging/debian_harmattan/copyright \ + qtc_packaging/debian_harmattan/control \ + qtc_packaging/debian_harmattan/compat \ + qtc_packaging/debian_harmattan/changelog \ + qt.png + +RESOURCES += \ + tests.qrc + +contains(MEEGO_EDITION,harmattan) { + target.path = /opt/sowatch/bin + INSTALLS += target +} + + + + + + -- cgit v1.2.3