summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qmltestcase.prf
Commit message (Collapse)AuthorAgeFilesLines
* Fixed linking against QtQuickTest on mac.Charles Yin2011-05-311-15/+1
| | | | | | | | | | 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>
* add qmltestcase.prf for QtQuickTestCharles Yin2011-05-211-0/+25
so that 'CONFIG += qmltestcase' works