Change uses of {to,from}Ascii to {to,from}Latin1
[profile/ivi/qtdeclarative.git] / tools / qmltestrunner / qmltestrunner.pro
1 TEMPLATE = app
2 TARGET = qmltestrunner
3 DESTDIR= $$QT.qml.bins
4 CONFIG += warn_on
5 SOURCES += main.cpp
6
7
8 QT += qml qmltest
9
10 macx: CONFIG -= app_bundle
11
12 target.path = $$[QT_INSTALL_BINS]
13 INSTALLS += target