Results 1 to 4 of 4

Thread: Problem creating vcproj with qmake in 4.6.0

  1. #1
    Join Date
    Jan 2008
    Posts
    155
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Problem creating vcproj with qmake in 4.6.0

    I just installed Qt 4.6.0 and I have some problems generating VS 2008 projects.
    According to docs, and previous experience from Qt 4.5.x, a project template = vcapp will generate a .vcproj project.
    Not anymore. Now I get a .dsp file, which opens with VS 2008, but needs to be converted.
    After conversion I also have the problem that the debugger does not find the .exe, but I am not sure it is connected.

    Is this known or is it only me?


    BN
    MacOSX user dabbling with Linux and Windows.

  2. #2
    Join Date
    Jan 2008
    Posts
    155
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem creating vcproj with qmake in 4.6.0

    I used the following config:

    <<Add PATH C:\Qt\2009.05\qt>>
    cd C:\Qt\2009.05\qt
    nmake confclean
    configure -platform win32-msvc -no-webkit
    nmake

    I saw now that there is an option "-vcproj" in the configure options list.
    This was not necessary in previous versions, maybe it is now? (bug or feature?)

    I am hesitant to try since it will take overnight to rebuild.

    BN
    MacOSX user dabbling with Linux and Windows.

  3. #3
    Join Date
    Jan 2008
    Posts
    155
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem creating vcproj with qmake in 4.6.0

    tried

    nmake confclean
    configure -platform win32-msvc -no-webkit -vcproj
    nmake

    and it made no difference, qmake still produces a .dsp file.

    Any suggestions?
    MacOSX user dabbling with Linux and Windows.

  4. #4
    Join Date
    Jan 2008
    Posts
    155
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem creating vcproj with qmake in 4.6.0

    it worked when using "-platform win32-msvc2008" instead of just "-platform win32-msvc".
    Strange, I don't remember this was the case in the previous version.
    Nevertheless, case closed.
    MacOSX user dabbling with Linux and Windows.

Similar Threads

  1. Replies: 0
    Last Post: 26th April 2009, 18:55
  2. Help creating .vcproj
    By Muzz in forum Newbie
    Replies: 5
    Last Post: 7th February 2008, 20:09
  3. Qt 4.3.2 vcproj generation annoyance
    By spud in forum Qt Programming
    Replies: 3
    Last Post: 22nd October 2007, 13:07
  4. Problem when using qmake for .vcproj file generation
    By Conel in forum Qt Programming
    Replies: 3
    Last Post: 4th December 2006, 15:27
  5. How to get .pro from .vcproj or .sln?
    By Ben.Hines in forum Qt Programming
    Replies: 2
    Last Post: 10th April 2006, 18:54

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.