diff options
author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-10-17 16:58:11 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-17 19:45:05 +0200 |
commit | 771e2babf6d201f7f6a11c93a59c152896dad8db (patch) | |
tree | 5b83b8546f624f2b7c77f04020cc5309362bfed9 /tests/manual/combobox | |
parent | 0bf5b80baee78f9fc7145304821481556ccba78b (diff) | |
download | qtquickcontrols-771e2babf6d201f7f6a11c93a59c152896dad8db.tar.gz |
Remove widget dependency on touch platforms
We don't want native styling on touch enabled devices and there is no
reason to link against widgets there.
Change-Id: I70116a0a94227cb58ae25980b97c4177da75a3c8
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'tests/manual/combobox')
-rw-r--r-- | tests/manual/combobox/combobox.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/manual/combobox/combobox.pro b/tests/manual/combobox/combobox.pro index 961f2dbf..249e8ca4 100644 --- a/tests/manual/combobox/combobox.pro +++ b/tests/manual/combobox/combobox.pro @@ -1,8 +1,6 @@ QT += qml quick TARGET = combobox -qtHaveModule(widgets) { - QT += widgets -} +!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets SOURCES += $$PWD/main.cpp |