Results 1 to 4 of 4

Thread: Qt4 with MSVC++ qmake issue

  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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt4 with MSVC++ qmake issue

    It's nothing suspicious. Those slashes are fine. I understand that simply calling qmake works fine?

  3. #3
    Join Date
    Sep 2007
    Posts
    5
    Thanks
    2

    Default Re: Qt4 with MSVC++ qmake issue

    Hi, thanks for your help. Yes, just running "qmake" works.

  4. #4
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt4 with MSVC++ qmake issue

    Visual Studio 6 (.dsp) prject files are not supported with the patch (they were, but msvc6 is too old).
    Also I would not use msvc6 anymore as a lot of actual code does not compile anymore with this crappy compiler.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.