X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pri;h=06487290bdc5d4966a4542075dd50fb5337a18ee;hb=76c0762c6d98489934d1bc114dad7d070f0906f2;hp=3a5aeeb3829de1a255166638da0f9ef63df60a5a;hpb=9e5f16571e70910c7450254afe61ad0af816567a;p=mdictionary diff --git a/mdictionary.pri b/mdictionary.pri index 3a5aeeb..0648729 100644 --- a/mdictionary.pri +++ b/mdictionary.pri @@ -5,10 +5,11 @@ 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 @@ -17,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\\\" @@ -28,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 +=