aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/texteditor/texteditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/texteditor/texteditor.pro')
-rw-r--r--examples/quickcontrols/texteditor/texteditor.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/quickcontrols/texteditor/texteditor.pro b/examples/quickcontrols/texteditor/texteditor.pro
index 5f021865d3..c224fe6c41 100644
--- a/examples/quickcontrols/texteditor/texteditor.pro
+++ b/examples/quickcontrols/texteditor/texteditor.pro
@@ -1,16 +1,11 @@
TEMPLATE = app
TARGET = texteditor
QT += quick quickcontrols2
-qtHaveModule(widgets): QT += widgets
cross_compile: DEFINES += QT_EXTRA_FILE_SELECTOR=\\\"touch\\\"
-HEADERS += \
- documenthandler.h
-
SOURCES += \
- texteditor.cpp \
- documenthandler.cpp
+ texteditor.cpp
OTHER_FILES += \
qml/*.qml