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 d4d5f16e..d3b04aab 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 +!no_desktop: QT += widgets include(src/src.pri) include(../shared/shared.pri) |