X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pri;h=5b4b2ea52d0d05d219f2e01ecdaca87169e5a650;hb=1d965ced7a948998a34497324c82685d724b00d1;hp=7973f096fda7ea1aada99a22bb7c5ed83e0ca6fd;hpb=f48849fba06716d2a052f6f8ee31bfc28c3b46ea;p=mdictionary diff --git a/mdictionary.pri b/mdictionary.pri index 7973f09..5b4b2ea 100644 --- a/mdictionary.pri +++ b/mdictionary.pri @@ -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\\\"