fix the qmltestrunner building errors

Change-Id: Ib544544615d8aa96d2e5af8c82766472e1ed4018
This commit is contained in:
Charles Yin 2011-05-30 09:40:45 +10:00
parent a47c1fd17b
commit b3aae61764
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@ TARGET = qmltestrunner
CONFIG += warn_on
SOURCES += main.cpp
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
QT += opengl
}
QT += declarative qmltest
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target