diff options
| author | Kai Koehne <kai.koehne@nokia.com> | 2012-01-03 16:33:23 +0100 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-04 00:45:24 +0100 |
| commit | e62052cf4ce642c67717e43901319ec272aaa5e9 (patch) | |
| tree | 7ff931a2cace2d9740fee93f19caa46f342fc0bc /scripts/lib/perl5/QtQA/TestScript.pm | |
| parent | 0438fa89d9b3b51ace40f85d470459ea9f6dc25b (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/lib/perl5/QtQA/TestScript.pm')
| -rw-r--r-- | scripts/lib/perl5/QtQA/TestScript.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/perl5/QtQA/TestScript.pm b/scripts/lib/perl5/QtQA/TestScript.pm index 7172426e..d50c3c4b 100644 --- a/scripts/lib/perl5/QtQA/TestScript.pm +++ b/scripts/lib/perl5/QtQA/TestScript.pm @@ -712,7 +712,7 @@ For example: Example: my $base_dir = $self->property('base.dir', getcwd()); - my $qt_configure_args = $self->property('qt.configure.args', '-nokia-developer'); + my $qt_configure_args = $self->property('qt.configure.args', '-developer-build -opensource -confirm-license'); chdir($base_dir); system('./configure', split(/ /, $qt_configure_args)); |
