diff options
author | Robert Griebl <[email protected]> | 2023-06-27 16:37:45 +0200 |
---|---|---|
committer | Robert Griebl <[email protected]> | 2023-06-27 14:51:12 +0000 |
commit | 995eb2c822b82eba8849fcd6dc7de465a7ca72f3 (patch) | |
tree | d7e6f4936c70284038ba93f21d37da9ed2d99698 /neptune3-ui.pro | |
parent | 7f3bda0bdc9c4c1c704fbcf8585e3470f9f9e9f5 (diff) |
Change-Id: I5dd88d1f01b77b833f8d141ea689f7647ea420c7
Reviewed-by: Dominik Holland <[email protected]>
Diffstat (limited to 'neptune3-ui.pro')
-rw-r--r-- | neptune3-ui.pro | 16 |
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 |