Results 1 to 4 of 4

Thread: Qt4 with MSVC++ qmake issue

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    5
    Thanks
    2

    Default Qt4 with MSVC++ qmake issue

    I installed Qt 4.3.1 on Windows XP (Parallels, actually) and used the info here:
    http://wiki.qtcentre.org/index.php?t..._Visual_Studio
    to make Qt work with my MSVC++ 6.
    The folks who did the wiki actually did a very nice job, as I had no issues following the steps and building everything. Thanks for that.
    I was able to build a few examples using nmake, and they all ran ok.

    Then I saw this tidbid:
    "if you want to create a Visual Studio project for some Qt project, cd to this project's directory and call qmake -tp vc instead of simply calling qmake"

    But when I tried that I got this:
    C:\Qt\4.3.1\examples\tutorial\t3>qmake -tp vc
    WARNING: Unable to generate output for: C:/Qt/4.3.1/examples/tutorial/t3//Makefi
    le.Debug [TEMPLATE vcapp]
    WARNING: Unable to generate output for: C:/Qt/4.3.1/examples/tutorial/t3//Makefi
    le.Release [TEMPLATE vcapp]

    I thought the forward slashes in Windows looked suspicious. Plus notice the 2 slashes in a row.

    Any ideas?
    Last edited by cb; 12th September 2007 at 21:36. Reason: I left a detail out

Similar Threads

  1. qt3 to qt4 - uic issue
    By hvengel in forum Qt Programming
    Replies: 10
    Last Post: 4th March 2007, 02:59
  2. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. Issue with QMake
    By jcr in forum Qt Programming
    Replies: 4
    Last Post: 13th March 2006, 23:31
  5. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11

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.