aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/text.pro
blob: 733a99367b33d6fb489753754ffe352218f0ae56 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    text.qrc \
    ../shared/shared.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/text
INSTALLS += target