September 16, 2011

MASTER260 MASTER260
Lab Rat
14 posts

Use Qt’s source code’s configure.exe on Windows 8?

 

Hey! Basically, I’m trying to use this in order to use Qt on Windows 8’s copy of Visual Studio 11 Express: (Since the VS Add-in does not support Express editions.)

http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/

Only problem is, configure.exe is not compatible with kernel 6.2. (The Windows 8 Dev Preview is Windows NT 6.2.8102.)

Is there any way to change this?

Thanks,
M260

3 replies

September 17, 2011

koahnig koahnig
Mad Scientist
2104 posts
MASTER260 wrote:
(Since the VS Add-in does not support Express editions.)

A slight correction to this statement: It is the other way around. The express editions do not support add-ins. Therefore, one cannot use vs addin. See also [developer.qt.nokia.com]

September 17, 2011

Lukas Geyer Lukas Geyer
Gene Splicer
2074 posts
MASTER260 wrote:
Only problem is, configure.exe is not compatible with kernel 6.2. (The Windows 8 Dev Preview is Windows NT 6.2.8102.)

Please refine. configure.exe does work without any problems on Windows 8 Developer Preview. (You will have to add -platform as Windows 8 and MSVC11 aren’t officially supported yet and thus no platform is auto-selected).

However, I have experienced some problems building Qt itself due to changes in the SDK and MSVC11. They can be solved by installing the latest Windows SDK (7.1).

October 7, 2011

knight knight
Lab Rat
5 posts

YMVV, but here [projects.developer.nokia.com] are some instructions on building Qt with MSVC11 (includes a list of the missing headers/libs). Also, read the section on patching JSCore if it does not compile for you.

 
  ‹‹ [SOLVED] Problem clicking on QTableView      [SOLVED] QtoolBar inside of the Qdockwidget ››

You must log in to post a reply. Not a member yet? Register here!