Setting up a MinGW/Qt only environment...
-- QTDIR set to F:\QT\4_6_0-beta1
-- PATH set to F:\QT\4_6_0-beta1\bin
-- Adding F:\QT\MinGW\bin to PATH
-- Adding C:\WINDOWS\System32 to PATH
-- QMAKESPEC set to win32-g++
F:\QT\4_6_0-beta1\examples\animation\animatedtiles>qmake
F:\QT\4_6_0-beta1\examples\animation\animatedtiles>jom
jom 0.6.8 - empower your cores
F:\QT\4_6_0-beta1\bin\jom.exe -nologo -j 2 -f Makefile.Debug all
F:\QT\4_6_0-beta1\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\..\mkspecs\win32-g++" -D__GNUC__ -DWIN32 main.cpp -o tmp\moc\debug_shared\main.moc
f:\QT\4_6_0-beta1\bin\rcc.exe -name animatedtiles animatedtiles.qrc -o tmp\rcc\debug_shared\qrc_animatedtiles.cppg++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\..\mkspecs\win32-g++" -o tmp\obj\debug_shared\qrc_animatedtiles.o tmp\rcc\debug_shared\qrc_animatedtiles.cpp g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\..\mkspecs\win32-g++" -o tmp\obj\debug_shared\main.o main.cppg++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\animatedtiles.exe tmp/obj/debug_shared/main.o tmp/obj/debug_shared/qrc_animatedtiles.o -L"f:\QT\4_6_0-beta1\lib" -L"f:\QT\4_6_0-beta1\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
F:\QT\4_6_0-beta1\bin\jom.exe -nologo -j 2 -f Makefile.Release all
F:\QT\4_6_0-beta1\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\release_shared" -I"..\..\..\mkspecs\win32-g++" -D__GNUC__ -DWIN32 main.cpp -o tmp\moc\release_shared\main.moc
f:\QT\4_6_0-beta1\bin\rcc.exe -name animatedtiles animatedtiles.qrc -o tmp\rcc\release_shared\qrc_animatedtiles.cppg++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\release_shared" -I"..\..\..\mkspecs\win32-g++" -o tmp\obj\release_shared\qrc_animatedtiles.o tmp\rcc\release_shared\qrc_animatedtiles.cppg++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT-DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\include\QtCore" -I"..\..\..\include\QtGui" -I"..\..\..\include" -I"..\..\..\include\ActiveQt" -I"tmp\moc\release_shared" -I"..\..\..\mkspecs\win32-g++" -o tmp\obj\release_shared\main.o main.cppg++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release\animatedtiles.exe tmp/obj/release_shared/main.o tmp/obj/release_shared/qrc_animatedtiles.o -L"f:\QT\4_6_0-beta1\lib" -L"f:\QT\4_6_0-beta1\lib" -lmingw32 -lqtmain -lQtGui4 -lQtCore4
F:\QT\4_6_0-beta1\examples\animation\animatedtiles>
Bookmarks