summaryrefslogtreecommitdiffstats
path: root/tools/configure/configure.pro
Commit message (Collapse)AuthorAgeFilesLines
* Change compile options for configure so it can be built using msvc2008Shane Kearns2009-09-151-0/+4
| | | | | | | | Use the -MT command line option so it links statically with libc. The reason for this is that not all windows versions have the DLL "out of the box". Reviewed-by: Marius Storm-Olsen
* Rename qlistdata.cpp (back) to qlist.cpp.Volker Hilsheimer2009-08-171-1/+1
| | | | | | | | In the old days, some compilers would implicitly include the *.cpp file if the *.h file contained templates. That's why we had qlistdata.cpp not qlist.cpp. Those compilers are no longer supported. Rev-by: Harald Fernengel
* Compile fix for windows and winceDenis Dzyubenko2009-07-201-0/+2
| | | | | | | Added qtextcodec and qutfcodec to bootstrapped applications (checksdk and configure) Reviewed-by: trustme
* tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-1/+1
| | | | | | | Also QString::fromUtf16() -> QString::fromWCharArray() Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
* Long live Qt!Lars Knoll2009-03-231-0/+106