diff options
author | Andy Shaw <andy.shaw@theqtcompany.com> | 2016-03-01 12:53:29 +0100 |
---|---|---|
committer | Andy Shaw <andy.shaw@theqtcompany.com> | 2016-03-15 13:58:59 +0000 |
commit | b4c13916ec0fd7796acdf0ec5a1db0134479b3f2 (patch) | |
tree | e2c5beb07d1da652af48e045c6899739bedef3d2 /src/controls/Styles/styles.pri | |
parent | a275fb3d29d5560af22ef5c4a721ce9bf2a2ccc1 (diff) | |
download | qtquickcontrols-b4c13916ec0fd7796acdf0ec5a1db0134479b3f2.tar.gz |
Enable using the module in a statically built application
Task-number: QTBUG-35754
Task-number: QTBUG-45868
Change-Id: I9bb332bc85713a17f02f3e7e768592e3234edfe3
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/Styles/styles.pri')
-rw-r--r-- | src/controls/Styles/styles.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/styles.pri b/src/controls/Styles/styles.pri index 74dbd67b..365dd61a 100644 --- a/src/controls/Styles/styles.pri +++ b/src/controls/Styles/styles.pri @@ -110,4 +110,4 @@ STYLES_QML_FILES += \ STYLES_QML_FILES += $$PWD/qmldir -!qtquickcompiler: QML_FILES += $$STYLES_QML_FILES +!qtquickcompiler|static: QML_FILES += $$STYLES_QML_FILES |