diff options
| author | Andreas Holzammer <andreas.holzammer@kdab.com> | 2014-06-24 10:29:58 +0200 |
|---|---|---|
| committer | Andreas Holzammer <andreas.holzammer@kdab.com> | 2014-06-24 10:54:12 +0200 |
| commit | 7a719d3f5c488cf49e28c579300dfbcc70cefb6a (patch) | |
| tree | 024e3d377e83440c69cf80130d536bfda5a942f0 /examples/quick/controls | |
| parent | a780d2ddedb769eba44263ae46684080d7ddc843 (diff) | |
Remove Widgets dependency for QNX
Changes.txt says that with Qt 5.2.0 dependency for
Widgets have been removed for touch based platforms.
But QNX is also a touch based platform and its missing.
Change-Id: I140842d4501422537175ac5acb07beebe994f0eb
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'examples/quick/controls')
| -rw-r--r-- | examples/quick/controls/basiclayouts/basiclayouts.pro | 2 | ||||
| -rw-r--r-- | examples/quick/controls/gallery/gallery.pro | 2 | ||||
| -rw-r--r-- | examples/quick/controls/splitview/splitview.pro | 2 | ||||
| -rw-r--r-- | examples/quick/controls/tableview/tableview.pro | 2 | ||||
| -rw-r--r-- | examples/quick/controls/texteditor/texteditor.pro | 2 | ||||
| -rw-r--r-- | examples/quick/controls/touch/touch.pro | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/quick/controls/basiclayouts/basiclayouts.pro b/examples/quick/controls/basiclayouts/basiclayouts.pro index a5586fe62..86b361d2f 100644 --- a/examples/quick/controls/basiclayouts/basiclayouts.pro +++ b/examples/quick/controls/basiclayouts/basiclayouts.pro @@ -1,6 +1,6 @@ QT += qml quick TARGET = basiclayouts -!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets +!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) diff --git a/examples/quick/controls/gallery/gallery.pro b/examples/quick/controls/gallery/gallery.pro index 68ed0c161..4c45612f0 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: qtHaveModule(widgets): QT += widgets +!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) diff --git a/examples/quick/controls/splitview/splitview.pro b/examples/quick/controls/splitview/splitview.pro index 11c55f745..d5125b984 100644 --- a/examples/quick/controls/splitview/splitview.pro +++ b/examples/quick/controls/splitview/splitview.pro @@ -1,6 +1,6 @@ QT += qml quick TARGET = splitview -!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets +!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) diff --git a/examples/quick/controls/tableview/tableview.pro b/examples/quick/controls/tableview/tableview.pro index 7238d007b..b24de4971 100644 --- a/examples/quick/controls/tableview/tableview.pro +++ b/examples/quick/controls/tableview/tableview.pro @@ -1,6 +1,6 @@ QT += qml quick TARGET = tableview -!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets +!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) diff --git a/examples/quick/controls/texteditor/texteditor.pro b/examples/quick/controls/texteditor/texteditor.pro index 06e669d91..af92c8309 100644 --- a/examples/quick/controls/texteditor/texteditor.pro +++ b/examples/quick/controls/texteditor/texteditor.pro @@ -1,6 +1,6 @@ QT += qml quick TARGET = texteditor -!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets +!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) diff --git a/examples/quick/controls/touch/touch.pro b/examples/quick/controls/touch/touch.pro index 6afca1404..2aebaaded 100644 --- a/examples/quick/controls/touch/touch.pro +++ b/examples/quick/controls/touch/touch.pro @@ -1,6 +1,6 @@ QT += qml quick TARGET = touch -!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets +!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets include(src/src.pri) include(../shared/shared.pri) |
