aboutsummaryrefslogtreecommitdiffstats
path: root/neptune3-ui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'neptune3-ui.pro')
-rw-r--r--neptune3-ui.pro16
1 files changed, 8 insertions, 8 deletions
diff --git a/neptune3-ui.pro b/neptune3-ui.pro
index 12cebc29..d953ae65 100644
--- a/neptune3-ui.pro
+++ b/neptune3-ui.pro
@@ -13,29 +13,29 @@ requires(qtHaveModule(appman_main-private))
log("$$escape_expand(\\n\\n) *** The qtsaferenderer module or tools are not available: Make sure that QtSafeRenderer is installed and configured correctly ***$$escape_expand(\\n\\n)")
}
-!qtHaveModule(studio3d){
+disable-studio3d|!qtHaveModule(studio3d){
log("$$escape_expand(\\n\\n)[Warning] The studio3d optional module is not available. $$escape_expand(\\n)[Warning] Neptune 3 UI can't show some 3D content made with Qt 3D Studio without this module.$$escape_expand(\\n)[Warning] To show this content install the ogl-runtime.$$escape_expand(\\n\\n)")
}
+TEMPLATE = subdirs
+CONFIG *= ordered
+SUBDIRS = src
+
enable-examples {
- NEPTUNE3-UI_BUILD_PARTS = $$QT_BUILD_PARTS
- NEPTUNE3-UI_BUILD_PARTS *= examples
+ SUBDIRS *= examples
}
enable-tests {
- NEPTUNE3-UI_BUILD_PARTS = $$QT_BUILD_PARTS
- NEPTUNE3-UI_BUILD_PARTS *= tests
+ SUBDIRS *= tests
}
-load(qt_parts)
-
include(config.pri)
SUBDIRS += plugins
SUBDIRS += doc
copydata.file = copydata.pro
-copydata.depends += sub_src
+copydata.depends += src
copydata.depends += plugins
SUBDIRS += copydata