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.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/quickcontrols2/texteditor/texteditor.pro b/examples/quickcontrols2/texteditor/texteditor.pro
deleted file mode 100644
index deb24576..00000000
--- a/examples/quickcontrols2/texteditor/texteditor.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-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
-
-OTHER_FILES += \
- qml/*.qml
-
-RESOURCES += \
- texteditor.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/texteditor
-INSTALLS += target