diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-06-02 10:52:54 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-06-02 10:52:54 (GMT) |
commit | 4dea80184af6eb3316b5765d9b2ebee2befdc64f (patch) | |
tree | 2f1ce0f183e4aca48d8ccf7f6ce38ca08c5682dc | |
parent | 9f021d7c3130a93e2b0546136b873118f48772cf (diff) | |
download | Qt-4dea80184af6eb3316b5765d9b2ebee2befdc64f.zip Qt-4dea80184af6eb3316b5765d9b2ebee2befdc64f.tar.gz Qt-4dea80184af6eb3316b5765d9b2ebee2befdc64f.tar.bz2 |
Removed confqt.bat and confsbsv2.bat.
These files were added for convenience purposes, but they were meant
to be only temporary solution. Now all SSL and SQL related parameters
confqt.bat used to pass for configure.exe have been made default
values of configure.exe.
To configure Qt for S60 you can use the following command line:
configure -platform win32-mwc -xplatform symbian-abld
To configure Qt for S60 by using SBSv2 toolchain (Raptor) you can use
the following command line:
configure -platform win32-mwc -xplatform symbian-sbsv2
-rw-r--r-- | confqt.bat | 1 | ||||
-rw-r--r-- | confsbsv2.bat | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/confqt.bat b/confqt.bat deleted file mode 100644 index 30a5b5d..0000000 --- a/confqt.bat +++ /dev/null @@ -1 +0,0 @@ -configure -platform win32-mwc -xplatform symbian-abld -nokia-developer %* diff --git a/confsbsv2.bat b/confsbsv2.bat deleted file mode 100644 index a9194d4..0000000 --- a/confsbsv2.bat +++ /dev/null @@ -1 +0,0 @@ -configure -platform win32-mwc -xplatform symbian-sbsv2 -nokia-developer %* |