qmlvisual is broken and unmaintained. Remove it.
[profile/ivi/qtdeclarative.git] / tools / qmltestrunner / qmltestrunner.pro
1 TEMPLATE = app
2 TARGET = qmltestrunner
3 CONFIG += warn_on
4 SOURCES += main.cpp
5
6 contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
7     QT += opengl
8 }
9
10 target.path = $$[QT_INSTALL_BINS]
11 INSTALLS += target