Results 1 to 7 of 7

Thread: learn how to install QT with msvc2005 step by step

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2007
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    12

    Default Re: learn how to install QT with msvc2005 step by step

    first i am sure that the commands are for windows.because i was using that commands
    before i install Qt.

    second uic try to execute the following command:
    "$(QTDIR)\bin\uic.exe" -o ".\GeneratedFiles\ui_gotocelldialog.h" "$(InputPath)"
    but it could not because the cmd problem.
    there is something wrong!!!!!!

  2. #2
    Join Date
    Nov 2007
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    12

    Default Re: learn how to install QT with msvc2005 step by step

    the problem is solved when i added system environment varibale:
    PATH = c:\windows\system32
    and every thing is working well now, and i compiled a spreadsheet program with visual studio and it was nice.

Similar Threads

  1. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 22:01

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.