diff options
author | Joerg Bornemann <[email protected]> | 2022-12-14 12:27:08 +0100 |
---|---|---|
committer | Joerg Bornemann <[email protected]> | 2022-12-14 17:39:55 +0100 |
commit | 9fb766ecd03cc12f21525bcd87290fae1df28ec2 (patch) | |
tree | aa61188807ee4e3a151e490832e4302b44378301 /examples/quickcontrols/quickcontrols.pro | |
parent | 5be40d80a1005619f7a6b4d956fad4dbd1cb4c94 (diff) |
qmake: Fix build of quickcontrols examples
The QuickControls2 module has been moved to src/quickcontrols. Its
examples are in examples/quickcontrols.
Adjust the .pro file name in examples/quickcontrols and fix the SUBDIRS
entry to it.
This amends commit 4bd87b903b355b53e3105ba1ae7c154c4e55cdaf.
Pick-to: 6.5
Task-number: QTBUG-109383
Change-Id: I9de70a773a11344398c01b3e84e557213268c935
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'examples/quickcontrols/quickcontrols.pro')
-rw-r--r-- | examples/quickcontrols/quickcontrols.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quickcontrols/quickcontrols.pro b/examples/quickcontrols/quickcontrols.pro new file mode 100644 index 0000000000..b7fc57bca6 --- /dev/null +++ b/examples/quickcontrols/quickcontrols.pro @@ -0,0 +1,14 @@ +TEMPLATE = subdirs +SUBDIRS += \ + gallery \ + chattutorial \ + texteditor \ + contactlist \ + sidepanel \ + swipetoremove \ + wearable \ + imagine/automotive \ + imagine/musicplayer + +qtHaveModule(sql): SUBDIRS += eventcalendar +qtHaveModule(widgets): SUBDIRS += flatstyle |