summaryrefslogtreecommitdiffstats
path: root/src/qmltestrunner/qmltestrunner.pro
blob: e9547540cfd832244d676d780dd2a28f24d00747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = qmltestrunner
CONFIG += warn_on
SOURCES += main.cpp
include(../quicktestlib/quicktestlib_dep.pri)

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

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