Results 1 to 9 of 9

Thread: Qt 4.4.1 deployement with Visual Studio Express 2008

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Vancouver, Canada
    Posts
    54
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt 4.4.1 deployement with Visual Studio Express 2008

    I created a project with Qt 4.3 Open Source and Visual Studio Express 2005 and had great sucess with it. I had to get a new computer, so I installed Qt 4.4.1 and Visual Studio Express 2008, and it seemed to be successful. The examples seem to work, but I tried to build my project that I had created on my old system and I get this (the rule is make debug):
    'make' is not recognized as an internal or external command,
    If I try to rebuild (rule:
    qmake –project
    qmake
    make clean
    make debug)
    :
    1>Performing Makefile project actions
    1>Failure to open file: C:/Documents and Settings/abrounstein/My Documents/Visual Studio 2008/Projects/RoboSearch/RoboSearch//RoboSearch.pro
    1>Unable to generate project file.
    1>Failure to read QMAKESPEC conf file c:\Qt4.4\mkspec\win32-msvc2008\qmake.conf.
    1>Error processing project file: C:/Documents and Settings/abrounstein/My Documents/Visual Studio 2008/Projects/RoboSearch/RoboSearch/RoboSearch.pro
    1>'make' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>'make' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
    I've tried to fix the path, but I am still new to this, and so I haven't been able to figure it out myself. The only posts I can find that are similar seem to be related to mingW, which is not what I used.

    Does anybody have any suggestions? I'm running out of ideas..... Thanks!

    Let me know if any more info would be helpful.

    edit: And the line ending "RoboSearch//RoboSearch.pro" is not a typo, that's what it says. The double \\ would maybe be why it isn't finding it, but I have no idea how to fix it.
    Last edited by abrou; 7th August 2008 at 22:49.

Similar Threads

  1. Replies: 8
    Last Post: 28th October 2013, 01:08
  2. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 07:18
  3. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  5. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.