X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pri;h=06487290bdc5d4966a4542075dd50fb5337a18ee;hb=0920a54ebc21e26ea44fab232832f45b7882da19;hp=cdaf8f442eabe87fc50c4dd41d81d1d15f2a72b0;hpb=a8a828abad6c5c81f70c772a17da939110871c9d;p=mdictionary diff --git a/mdictionary.pri b/mdictionary.pri index cdaf8f4..0648729 100644 --- a/mdictionary.pri +++ b/mdictionary.pri @@ -1,24 +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 + 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 @@ -27,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\\\" @@ -38,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 +=