search for: qmakespec

Displaying 3 results from an estimated 3 matches for "qmakespec".

2004 Aug 22
2
permissions, kernel-2.6.8, and wine-20040813
...a Core 2 system. This caused a problem with the version of wine I'd been using (20040505), so I upgraded wine to the current version (20040813). The remaining problem is as follows: I'm calling wine like this: wine start.exe vcbuild.bat and vcbuild.bat contains the following: set QMAKESPEC=win32-msvc.net set QTDIR=F:\wine\qt\3.2.1-nc\msvc.net set PATH=%PATH%;%QTDIR%\bin set PATH=F:\wine\msvc++tk2003\bin;%PATH% set INCLUDE=F:\wine\msvc++tk2003\include;F:\wine\OpenSSL\include;%INCLUDE% set LIB=F:\wine\msvc++tk2003\lib;F:\wine\OpenSSL\lib\VC;%LIB% qmake nmake Thi...
2010 Jan 13
3
Looking for developers trying to build Windows apps on Wine
So far, Firefox (with msvc 2005) and a couple other apps (one using open watcom) build properly on wine. I'm pecking away at the problems that get in the way (particularly cmd bugs at the moment). If you're trying to build a Windows app on Wine by running your normal Windows build procedure (as opposed to using winegcc), I'd like to hear from you, especially if a bug in cmd or some
2008 Aug 20
1
qt3.3 is default in environment, I want it to be qt4
At the current time, the environment is using qt3 values, as in $ env | grep QT QTDIR=/usr/lib/qt-3.3 QTINC=/usr/lib/qt-3.3/include QTLIB=/usr/lib/qt-3.3/lib $ env | grep PATH PATH=/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/bin:/usr/bin:/home/pauljohn/bin I also have QT4 installed, and I want programs to find those libraries and include files instead of these ones.