summaryrefslogtreecommitdiff
path: root/examples/quick/controls/texteditor/texteditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/texteditor/texteditor.pro')
-rw-r--r--examples/quick/controls/texteditor/texteditor.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/texteditor/texteditor.pro b/examples/quick/controls/texteditor/texteditor.pro
index b6a908b4..ec9d8d86 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:!qnx:!winrt:qtHaveModule(widgets): QT += widgets
+!no_desktop: QT += widgets
include(src/src.pri)
include(../shared/shared.pri)