diff options
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 |