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

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