summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/gallery.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-11-27 17:38:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-28 16:14:43 +0100
commit1070aeb5521a95039cad3f4536e85e99526a4900 (patch)
tree2b31244780d129053fd30274bc3662be34f45eb4 /examples/quick/controls/gallery/gallery.pro
parent605f63a1880400a5b540bab60ad68d3612bd71c1 (diff)
downloadqtquickcontrols-1070aeb5521a95039cad3f4536e85e99526a4900.tar.gz
Revise main() in examples
Replace the inconvenient QT_QUICK_CONTROLS_EXAMPLE_MAIN macro with a simpler macro that merely defines the actual application type. This way it's easier to do tweaks to main() when for example testing a different application font size. Moreover, browsing the example code becomes more convenient (especially online). Task-number: QTBUG-35083 Change-Id: I8203816a9112bf29b4661baa86bf4a196554db05 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/quick/controls/gallery/gallery.pro')
-rw-r--r--examples/quick/controls/gallery/gallery.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/controls/gallery/gallery.pro b/examples/quick/controls/gallery/gallery.pro
index 09358658..68ed0c16 100644
--- a/examples/quick/controls/gallery/gallery.pro
+++ b/examples/quick/controls/gallery/gallery.pro
@@ -3,6 +3,7 @@ TARGET = gallery
!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets
include(src/src.pri)
+include(../shared/shared.pri)
OTHER_FILES += \
main.qml \