diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-17 03:20:57 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-17 03:20:57 +0200 |
commit | b0771d893865ca249bbf191636fad593901cce03 (patch) | |
tree | 11d1cc7be1ebb10b100557047d919d81fb26e29a /libsowatch/libsowatch.pro | |
parent | 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 (diff) | |
download | sowatch-b0771d893865ca249bbf191636fad593901cce03.tar.gz sowatch-b0771d893865ca249bbf191636fad593901cce03.zip |
moving more files around
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 { } + + |