Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Use Qt's source code's configure.exe on Windows 8?
Qt 6.11 is out! See what's new in the release blog

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

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 4.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MASTER260
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      [quote author="MASTER260" date="1316207432"] (Since the VS Add-in does not support Express editions.)
      [/quote]

      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 ":http://developer.qt.nokia.com/forums/viewthread/8906

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lgeyer
        wrote on last edited by
        #3

        [quote author="MASTER260" date="1316207432"]Only problem is, configure.exe is not compatible with kernel 6.2. (The Windows 8 Dev Preview is Windows NT 6.2.8102.)[/quote]

        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).

        1 Reply Last reply
        0
        • K Offline
          K Offline
          knight
          wrote on last edited by
          #4

          YMVV, but "here":https://projects.developer.nokia.com/qt_metro/wiki#GettingStarted:CompilingQtonWindows8 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.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved