summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-03 16:33:23 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-04 00:45:24 +0100
commite62052cf4ce642c67717e43901319ec272aaa5e9 (patch)
tree7ff931a2cace2d9740fee93f19caa46f342fc0bc /scripts/qt
parent0438fa89d9b3b51ace40f85d470459ea9f6dc25b (diff)
Remove mentioning of -nokia-developer argument
The -nokia-developer configure argument will be removed. Use -developer-build instead. Change-Id: I2191262733342d20367d39c35cf6ca5b1f91041e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qtmod_test.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qt/qtmod_test.pl b/scripts/qt/qtmod_test.pl
index 9579708f..b4690a3c 100755
--- a/scripts/qt/qtmod_test.pl
+++ b/scripts/qt/qtmod_test.pl
@@ -116,8 +116,7 @@ my @PROPERTIES = (
q{qt.make_install} => q{if 1, perform a `make install' step after building Qt. }
. q{Generally this should only be done if (1) the `-prefix' }
. q{configure option has been used appropriately, and (2) }
- . q{neither `-nokia-developer' nor `-developer-build' configure }
- . q{arguments were used},
+ . q{the `-developer-build' configure argument was not used},
q{qt.gitmodule} => q{(mandatory) git module name of the module under test }
. q{(e.g. `qtbase'). Use special value `qt5' for testing of }