summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptqwidgets/qscriptqwidgets.pro
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete DEPENDPATH assignmentsv5.0.0Oswald Buddenhagen2012-12-161-1/+0
| | | | | | | | qmake now add CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I0804385b636d6f5b3b0136cc472a1f9ecb7b7871 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Remove the use of the QWidgetStar metatypeid.Stephen Kelly2012-08-151-0/+12
It is to be removed, and is obsoleted by QMetaType::PointerToQObject. By using QMetaType::PointerToQObject, we also gain the feature that all pointers to types derived from QObject return true for QScriptValue::isQObject(). Change-Id: I18392b5b6cde3a45d060c37612d987a5cf8e8f18 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>