aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/texteditor/texteditor.pro
blob: c224fe6c41fb445b0635ec1328a565312669fc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = texteditor
QT += quick quickcontrols2

cross_compile: DEFINES += QT_EXTRA_FILE_SELECTOR=\\\"touch\\\"

SOURCES += \
    texteditor.cpp

OTHER_FILES += \
    qml/*.qml

RESOURCES += \
    texteditor.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/texteditor
INSTALLS += target