diff options
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r-- | libsowatch/libsowatch.pro | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index b2ff054..a5b4fd8 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -23,7 +23,8 @@ SOURCES += \ testdeclarativewatchlet.cpp \ graphicswatchlet.cpp \ declarativewatchwrapper.cpp \ - declarativewatchlet.cpp + declarativewatchlet.cpp \ + watchplugininterface.cpp HEADERS +=\ watchsimulator.h \ @@ -37,10 +38,10 @@ HEADERS +=\ graphicswatchlet.h \ declarativewatchwrapper.h \ declarativewatchlet.h \ - sowatch_global.h + sowatch_global.h \ + watchplugininterface.h -FORMS += \ - metawatchsimulatorform.ui +FORMS += install_headers.files =\ watchsimulator.h \ @@ -80,3 +81,6 @@ unix:!symbian { + + + |