diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 11:20:33 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 11:38:44 (GMT) |
commit | c5d8cf81436ead74b6bab6332f59cf86411aef16 (patch) | |
tree | 7d39dced9c55ec1d48fb4c758edc463b88d32919 /tests/auto/qgraphicssceneindex | |
parent | 486920375bdd00ac47b44a770838e50071220b46 (diff) | |
download | Qt-c5d8cf81436ead74b6bab6332f59cf86411aef16.zip Qt-c5d8cf81436ead74b6bab6332f59cf86411aef16.tar.gz Qt-c5d8cf81436ead74b6bab6332f59cf86411aef16.tar.bz2 |
No link-errors when building from repository
Diffstat (limited to 'tests/auto/qgraphicssceneindex')
-rw-r--r-- | tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro b/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro index 740a23e..d1bf3cc 100644 --- a/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro +++ b/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro @@ -1,3 +1,4 @@ load(qttest_p4) +requires(contains(QT_CONFIG,private_tests)) SOURCES += tst_qgraphicssceneindex.cpp |