search for: dqt_dll

Displaying 1 result from an estimated 1 matches for "dqt_dll".

Did you mean: d_dll
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
..., and the body of window is transparent. I use Gentoo and use XMinGW (i386-mingw32msvc-g++ 3.4.4). The command line for compiling my example is: joaquin@CUARTO ~/.wine/drive_c/Qt/4.0.1/examples/tutorial/t1 $ /opt/xmingw/bin/i386-mingw32msvc-g++ main.cpp -o t1.exe -DQT_EDITION=QT_EDITION_DESKTOP -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_THREAD_SUPPORT -pipe -O2 -w -I../../../mkspecs/linux-g++ -I. -I../../../include/QtGui -I../../../include/QtCore -I../../../include -I../../../include/ActiveQt -I. -L/home/joaquin/.wine/drive_c/Qt/4.0.1/lib -lQtCore4 -lQtGui4 And the content of progr...