aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltestrunner/qmltestrunner.pro
blob: 7ace0f7358e8941ff4cca759bd35f574c2e97e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = qmltestrunner
CONFIG += warn_on
SOURCES += main.cpp

contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
    QT += opengl
}

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target