ab5c1677a1d38d63653b6d2545f8970533ec6bc4
[profile/ivi/qtdeclarative.git] / examples / quick / text / text.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
7 qml.files = fonts imgtag styledtext-layout.qml text.qml textselection
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
9 INSTALLS += target qml
10