Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Visual Studio 2005 and Qt 4.6.3
Qt 6.11 is out! See what's new in the release blog

Visual Studio 2005 and Qt 4.6.3

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 3.8k 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.
  • Q Offline
    Q Offline
    qwertyuiopearendil
    wrote on last edited by
    #1

    Hi All,
    could you please let me know how can i use qt under VS2005.
    These are the steps done:
    1- Installed Qt-2010.03 (should be 4.6.3 i hope)
    2- set path variables: c:\Qt\2010.03\bin and c:\Qt\2010.03\qt\bin
    3- launch configure command from folder c:\Qt\2010\qt
    4- launch nmake

    The last point end with 3 critical errors, the first one is:

    qscriptextensionplugin.h<43>: error: undefined interface

    Thanks and regards

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      in which environment did you execute nmake and which parameters did xyoux give to configure.exe?

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • ZlatomirZ Offline
        ZlatomirZ Offline
        Zlatomir
        wrote on last edited by
        #3

        If you are trying to rebuild the SDK you might get errors because of the previous build (SDK is already build with MingW)

        I suggest you download the source (4.7.1) from "here":http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.1.zip or older source can be found "here":ftp://ftp.trolltech.com/qt/source/

        And then, after you unzip the archive, you do this (from the VS command prompt navigate to the unzipped Qt folder):

        1. configure.exe (with desired parameters)
        2. nmake (it will build everyting including examples and demos...)
          or alternate...
          nmake sub-src (build the framework)
          then
          nmake sub-tools (build the tools: Designer...)
        3. install the VS add-in

        https://forum.qt.io/category/41/romanian

        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