diff options
Diffstat (limited to 'examples/quick/controls/gallery/gallery.pro')
-rw-r--r-- | examples/quick/controls/gallery/gallery.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/gallery.pro b/examples/quick/controls/gallery/gallery.pro index 4b04db74..d4d5f16e 100644 --- a/examples/quick/controls/gallery/gallery.pro +++ b/examples/quick/controls/gallery/gallery.pro @@ -1,6 +1,6 @@ QT += qml quick TARGET = gallery -!android: !ios: !blackberry: !qnx: !winrt: qtHaveModule(widgets): QT += widgets +!android:!ios:!blackberry:!qnx:!winrt:qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) |