X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pri;h=8e319e9c05efa4f3d012f24ca4c1d148320a9672;hb=2e061e2df0f372f91a25be1958abe7b0a72b2f69;hp=2be5fbd18822f781ced4c6adc84629dbbb8f34a5;hpb=7eb88158e6e66944287c59bccdfbfbcbfd17c83c;p=mdictionary diff --git a/mdictionary.pri b/mdictionary.pri index 2be5fbd..8e319e9 100644 --- a/mdictionary.pri +++ b/mdictionary.pri @@ -1,23 +1,14 @@ +PROJECTNAME = mdictionary VERSION = 0.1 -QT = \ - core \ - gui \ - sql \ - xml \ - xmlpatterns \ - webkit \ - dbus \ - network - -maemo5:QT += maemo5 - CONFIG += \ qt \ - release + release + +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 @@ -26,6 +17,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\\\"