X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mdictionary.pro;h=477639b9dd0e9651118c522945b2c239de0bb861;hb=8deda32c1981614d48231dddc5afbe25694937ce;hp=f501bf2082db4868c114cceb34b22eff4eabcda2;hpb=a652432c9298ae52737ee993dc6bd9f07eb7c995;p=mdictionary diff --git a/mdictionary.pro b/mdictionary.pro index f501bf2..477639b 100644 --- a/mdictionary.pro +++ b/mdictionary.pro @@ -1,14 +1,17 @@ TEMPLATE = subdirs -SUBDIRS = src tests +SUBDIRS = src CONFIG += ordered include (mdictionary.pri) check.CONFIG += recursive -check.recurse = src tests -check.depends = install +check.recurse = src QMAKE_EXTRA_TARGETS += check + +include (doc/doc.pri) +QMAKE_EXTRA_TARGETS += doc + message("Enabled sources: "$$ENABLED_SRC) message("Enabled plugins: "$$ENABLED_PLUGINS) @@ -17,15 +20,5 @@ 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) - -if(coverage) { - coverage-report.CONFIG = recursive - coverage-report.recurse = src - QMAKE_EXTRA_TARGETS += coverage-report - message('******************************************************************' ) - message('* Remember to disable CCACHE in scratchbox to make Code Coverage' ) - message('* report!' ) - message('* use command: export SBOX_USE_CCACHE="no"' ) - message('******************************************************************' ) -}