X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pri;h=06487290bdc5d4966a4542075dd50fb5337a18ee;hb=0920a54ebc21e26ea44fab232832f45b7882da19;hp=ca08b49c1fc9e3370e149abc914767cdcd398b36;hpb=6552e14c830b3de28e1688b8a6b94c09317beac1;p=mdictionary diff --git a/mdictionary.pri b/mdictionary.pri index ca08b49..0648729 100644 --- a/mdictionary.pri +++ b/mdictionary.pri @@ -1,23 +1,15 @@ +PROJECTNAME = mdictionary VERSION = 0.1 -QT = \ - core \ - gui \ - sql \ - xml \ - xmlpatterns \ - webkit \ - dbus \ - network - -maemo5:QT += maemo5 - CONFIG += \ qt \ - release + release + +#CONFIG -= debug +CONFIG += debug -isEmpty(ENABLED_SRC):ENABLED_SRC = "mdictionary plugins" -isEmpty(ENABLED_PLUGINS):ENABLED_PLUGINS = "xdxf google" +isEmpty(ENABLED_SRC):ENABLED_SRC = "mdictionary plugins desktopWidget" +isEmpty(ENABLED_PLUGINS):ENABLED_PLUGINS = "xdxf google stardict" isEmpty(INSTALL_PREFIX):INSTALL_PREFIX=/usr isEmpty(BIN_DIR):BIN_DIR=$$INSTALL_PREFIX/bin @@ -26,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\\\" @@ -37,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 +=