Fixed linking against QtQuickTest on mac.

qmltest is now a Qt module, so it's not necessary to configure
the include&library paths manually.

Change-Id: I1d2baa67138e08ab9007fba9f6adcf8847509ba8
Reviewed-on: http://codereview.qt.nokia.com/163
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
bb10
Charles Yin 2011-05-27 14:43:13 +10:00 committed by Qt Continuous Integration System
parent 8ff3028e23
commit a3146bb75f
1 changed files with 1 additions and 15 deletions

View File

@ -1,20 +1,6 @@
CONFIG += testcase
!symbian {
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtQuickTest
} else {
load(data_caging_paths)
INCLUDEPATH+=$$MW_LAYER_PUBLIC_EXPORT_PATH(QtQuickTest)
}
QT += declarative
win32:CONFIG(debug, debug|release) {
LIBS += -lQtQuickTest$${QT_LIBINFIX}d
} else {
LIBS += -lQtQuickTest$${QT_LIBINFIX}
}
QT += declarative qmltest
# If the .pro file specified an IMPORTPATH, then add that to
# the command-line when the test is run.