fix some package issues
[mdictionary] / mdictionary.pri
index 2be5fbd..ab81e07 100644 (file)
@@ -1,23 +1,14 @@
+PROJECTNAME = mdictionary
 VERSION = 0.1
 
-QT = \
-       core \
-       gui \
-       sql \
-       xml \
-       xmlpatterns \
-       webkit \
-    dbus \
-    network
-
-maemo5:QT += maemo5
-
 CONFIG += \
        qt \
-       release
+    release
+
+CONFIG -= debug
 
 isEmpty(ENABLED_SRC):ENABLED_SRC = "mdictionary plugins desktopWidget"
-isEmpty(ENABLED_PLUGINS):ENABLED_PLUGINS = "xdxf google"
+isEmpty(ENABLED_PLUGINS):ENABLED_PLUGINS = "xdxf google stardict"
 
 isEmpty(INSTALL_PREFIX):INSTALL_PREFIX=/usr
 isEmpty(BIN_DIR):BIN_DIR=$$INSTALL_PREFIX/bin