X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pro;h=477639b9dd0e9651118c522945b2c239de0bb861;hb=69f71247d568d5f1f4a9b294757c7023cc0ba290;hp=0b0cbc8cb06f9fd96c8057a7013220c3522b8389;hpb=f8aef4a8f46aee098e8e6c4d09f2941c22a7b9b3;p=mdictionary diff --git a/mdictionary.pro b/mdictionary.pro index 0b0cbc8..477639b 100644 --- a/mdictionary.pro +++ b/mdictionary.pro @@ -1,17 +1,24 @@ -QMAKEVERSION = $$[QMAKE_VERSION] -ISQT4 = $$find(QMAKEVERSION, ^[2-9]) -isEmpty( ISQT4 ) { -error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4"); -} +TEMPLATE = subdirs +SUBDIRS = src +CONFIG += ordered +include (mdictionary.pri) -TEMPLATE = subdirs -SUBDIRS = trunk +check.CONFIG += recursive +check.recurse = src +QMAKE_EXTRA_TARGETS += check + + +include (doc/doc.pri) +QMAKE_EXTRA_TARGETS += doc -check.target = check -check.CONFIG = recursive -check.recurse = trunk +message("Enabled sources: "$$ENABLED_SRC) +message("Enabled plugins: "$$ENABLED_PLUGINS) +message("Install prefix: "$$INSTALL_PREFIX) +message("Binary directory: "$$BIN_DIR) +message("Data directory: "$$DATA_DIR) +message("Plugins directory: "$$PLUGINS_DIR) +message("Documentation directory: "$$DOCS_DIR) +#message("Qml directory: "$$QMLS_DIR) -rename_plugins.commands = ./rename-plugins "lib/mdictionary" -QMAKE_EXTRA_TARGETS += check rename_plugins