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 /src | |
parent | 7f3bda0bdc9c4c1c704fbcf8585e3470f9f9e9f5 (diff) |
Change-Id: I5dd88d1f01b77b833f8d141ea689f7647ea420c7
Reviewed-by: Dominik Holland <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/neptune-cluster-app/neptune-cluster-app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/neptune-cluster-app/neptune-cluster-app.pro b/src/neptune-cluster-app/neptune-cluster-app.pro index 5efe8590..05b87b2c 100644 --- a/src/neptune-cluster-app/neptune-cluster-app.pro +++ b/src/neptune-cluster-app/neptune-cluster-app.pro @@ -9,7 +9,7 @@ isEmpty(INSTALL_PREFIX) { } # check ogl-runtime -qtHaveModule(studio3d) { +!disable-studio3d:qtHaveModule(studio3d) { QT *= studio3d DEFINES *= STUDIO3D_RUNTIME_INSTALLED } |