aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/texteditor/texteditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/texteditor/texteditor.pro')
-rw-r--r--examples/quickcontrols2/texteditor/texteditor.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols2/texteditor/texteditor.pro b/examples/quickcontrols2/texteditor/texteditor.pro
index 9a955a89..ed645ca7 100644
--- a/examples/quickcontrols2/texteditor/texteditor.pro
+++ b/examples/quickcontrols2/texteditor/texteditor.pro
@@ -2,6 +2,9 @@ TEMPLATE = app
TARGET = texteditor
QT += quick quickcontrols2 widgets
+HEADERS += \
+ documenthandler.h
+
SOURCES += \
texteditor.cpp \
documenthandler.cpp
@@ -14,6 +17,3 @@ RESOURCES += \
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/texteditor
INSTALLS += target
-
-HEADERS += \
- documenthandler.h