From 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:03:23 +0200 Subject: preparing for library package --- sowatch.pro | 76 ------------------------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 sowatch.pro (limited to 'sowatch.pro') diff --git a/sowatch.pro b/sowatch.pro deleted file mode 100644 index 402a17f..0000000 --- a/sowatch.pro +++ /dev/null @@ -1,76 +0,0 @@ -#------------------------------------------------- -# -# 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