diff options
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r-- | libsowatch/libsowatch.pro | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index 703845c..b2ff054 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -17,16 +17,10 @@ SOURCES += \ watchsimulator.cpp \ watchserver.cpp \ watchpaintengine.cpp \ - watchmanager.cpp \ watchlet.cpp \ watch.cpp \ testwatchlet.cpp \ testdeclarativewatchlet.cpp \ - metawatchsimulatorform.cpp \ - metawatchsimulator.cpp \ - metawatchpaintengine.cpp \ - metawatch.cpp \ - main.cpp \ graphicswatchlet.cpp \ declarativewatchwrapper.cpp \ declarativewatchlet.cpp @@ -35,16 +29,11 @@ HEADERS +=\ watchsimulator.h \ watchserver.h \ watchpaintengine.h \ - watchmanager.h \ watchlet.h \ watch.h \ testwatchlet.h \ testdeclarativewatchlet.h \ sowatch.h \ - metawatchsimulatorform.h \ - metawatchsimulator.h \ - metawatchpaintengine.h \ - metawatch.h \ graphicswatchlet.h \ declarativewatchwrapper.h \ declarativewatchlet.h \ @@ -53,14 +42,6 @@ HEADERS +=\ FORMS += \ metawatchsimulatorform.ui -OTHER_FILES += \ - 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 - install_headers.files =\ watchsimulator.h \ watchserver.h \ @@ -76,7 +57,6 @@ install_headers.files =\ declarativewatchlet.h \ sowatch_global.h - symbian { MMP_RULES += EXPORTUNFROZEN TARGET.UID3 = 0xE6B95AFF @@ -98,3 +78,5 @@ unix:!symbian { } + + |