Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / mdictionary.pri
index 7973f09..0648729 100644 (file)
@@ -1,26 +1,15 @@
 PROJECTNAME = mdictionary
 VERSION = 0.1
 
-QT = \
-       core \
-       gui \
-       sql \
-       xml \
-       xmlpatterns \
-       webkit \
-    dbus \
-    network
-
-maemo5:QT += maemo5
-
 CONFIG += \
        qt \
     release
 
-CONFIG -= debug
+#CONFIG -= debug
+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
@@ -29,6 +18,7 @@ isEmpty(DATA_DIR):DATA_DIR=$$INSTALL_PREFIX/share/mdictionary
 isEmpty(LIBS_DIR):LIBS_DIR=$$INSTALL_PREFIX/lib/mdictionary
 isEmpty(PLUGINS_DIR):PLUGINS_DIR=$$INSTALL_PREFIX/lib/mdictionary/plugins
 isEmpty(DOCS_DIR):DOCS_DIR=$$INSTALL_PREFIX/share/doc/mdictionary
+#isEmpty(QMLS_DIR):QMLS_DIR=$$DATA_DIR/qml
 
 DEFINES += MDICTIONARY_VERSION=\\\"$$VERSION\\\"
 DEFINES += MDICTIONARY_INSTALL_PREFIX=\\\"$$INSTALL_PREFIX\\\"
@@ -40,3 +30,7 @@ DEFINES += MDICTIONARY_PLUGINS_DIR=\\\"$$PLUGINS_DIR\\\"
 
 system(echo "ENABLED_SRC = $$ENABLED_SRC" >src/src.pri)
 system(echo "ENABLED_PLUGINS = $$ENABLED_PLUGINS" >src/plugins/plugins.pri)
+
+OTHER_FILES +=
+
+HEADERS +=