Delete some debug symbols
[mverbiste] / mverbiste.pro
index 62e1007..624e552 100644 (file)
@@ -57,19 +57,14 @@ OTHER_FILES += \
     qtc_packaging/debian_fremantle/copyright \
     qtc_packaging/debian_fremantle/control \
     qtc_packaging/debian_fremantle/compat \
-    qtc_packaging/debian_fremantle/changelog \
-    verbiste/verbiste.dox \
-    verbiste/Makefile.in \
-    verbiste/Makefile.am \
-    gui/Makefile.in \
-    gui/Makefile.am \
-    icons/mverbiste.svg \
-    icons/mverbiste160.png
+    qtc_packaging/debian_fremantle/changelog
 
 # To build verbiste
 unix: CONFIG += link_pkgconfig
 unix: PKGCONFIG += libxml-2.0
 
+DEFINES += VERSTR=\\\"1.0\\\"
+
 # For verbiste
 DEFINES += ICONV_CONST=
 
@@ -82,3 +77,7 @@ else {
     DEFINES += LIBDATADIR=\\\"$${installPrefix}/data\\\"
     DEFINES +=ICONFILE=\\\"$${installPrefix}/icons/mverbiste160.png\\\"
 }
+
+maemo5 {
+    QT += maemo5
+}