New command line switches for configure.exe
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>
Wed, 20 Jun 2012 14:00:34 +0000 (16:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 21 Jun 2012 00:52:16 +0000 (02:52 +0200)
commit1838a6c2fb5e3b4368c871aa330d028b255b83af
tree21b351fe70448513958ef7e69b82612d2becc539
parentff3a46c4825318ab3beba37443388f8f9ef4b5fc
New command line switches for configure.exe

Adds support for the following command line switches to configure.exe tool:
    * -nis (-no-nis)
    * -cups (-no-cups)
    * -iconv (-sun-iconv, -gnu-iconv, -no-iconv)
    * -neon (-no-neon)
    * -largefile
    * -fontconfig (-no-fontconfig)
    * -posix-ipc
    * -glib
    * -system-freetype
    * -sysconfdir <dir>

Change-Id: I0e299f02605bdcb588ae746f397b92ec23a7ff23
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tools/configure/configureapp.cpp