summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/texteditor/texteditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/texteditor/texteditor.pro')
-rw-r--r--examples/quickcontrols/controls/texteditor/texteditor.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/texteditor/texteditor.pro b/examples/quickcontrols/controls/texteditor/texteditor.pro
new file mode 100644
index 00000000..f5255255
--- /dev/null
+++ b/examples/quickcontrols/controls/texteditor/texteditor.pro
@@ -0,0 +1,16 @@
+QT += qml quick
+TARGET = texteditor
+!no_desktop: QT += widgets
+
+include(src/src.pri)
+include(../shared/shared.pri)
+
+OTHER_FILES += \
+ qml/main.qml \
+ qml/ToolBarSeparator.qml
+
+RESOURCES += \
+ resources.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/texteditor
+INSTALLS += target