aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/openwnn
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2018-08-17 10:47:29 +0300
committerMitch Curtis <mitch.curtis@qt.io>2018-08-17 13:33:20 +0000
commit495c35503d2f72f6f0a606582785e7a7af7c7038 (patch)
treecbdcceaec8dcf1b6c078d8a95b6aab8b7635450b /src/plugins/openwnn
parent51d91cef4e2b60e2e8702b7bf2d12ecef3fb7f3a (diff)
Show layout files in the project explorer
When developing in Qt Creator it is convenient that the layout files are accessible through the project explorer. Change-Id: Ica7a8316580c738d8b0bf9ae4566480d14041cd4 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/plugins/openwnn')
-rw-r--r--src/plugins/openwnn/plugin/plugin.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/openwnn/plugin/plugin.pro b/src/plugins/openwnn/plugin/plugin.pro
index 55c89c89..3adb47d0 100644
--- a/src/plugins/openwnn/plugin/plugin.pro
+++ b/src/plugins/openwnn/plugin/plugin.pro
@@ -19,6 +19,9 @@ LAYOUT_FILES += \
$$LAYOUTS_BASE/content/layouts/ja_JP/numbers.fallback \
$$LAYOUTS_BASE/content/layouts/ja_JP/symbols.qml
+OTHER_FILES += \
+ $$LAYOUT_FILES
+
layouts.files = $$LAYOUT_FILES
layouts.base = $$LAYOUTS_BASE
layouts.prefix = $$LAYOUTS_PREFIX