summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/themes
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-06-05 13:49:08 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-06-05 14:39:11 +0000
commita6c11d3e09f8ebc923eb043e6c090997d21f2ac9 (patch)
treecc94fc8433d57cc06500d31d91d25147aedae0a8 /src/platformsupport/themes
parent2fb7cca6ba566e28f4fdad5259dc420fa84759f2 (diff)
Add support for private module .pri files
Generate a pri file for public and private interfaces, but map CONFIG += internal_module to a cmake option and skip the former if set. Task-number: QTBUG-75666 Change-Id: I3f4baf1277094f4c22149a9e8769734baf9a235f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/platformsupport/themes')
-rw-r--r--src/platformsupport/themes/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platformsupport/themes/CMakeLists.txt b/src/platformsupport/themes/CMakeLists.txt
index 9dca636b92..d5bb3e1279 100644
--- a/src/platformsupport/themes/CMakeLists.txt
+++ b/src/platformsupport/themes/CMakeLists.txt
@@ -6,6 +6,7 @@
add_qt_module(ThemeSupport
STATIC
+ INTERNAL_MODULE
SOURCES
qabstractfileiconengine.cpp qabstractfileiconengine_p.h
DEFINES