Results 1 to 5 of 5

Thread: Makefile moc path corrupted in WindowsXP Qt 4.4.2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    13
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6

    Default Re: Makefile moc path corrupted WindowsXP

    Hi Spirit, thank you very much for your kind reply. I just tried to build the new "edyuk" IDE and has the same "\" "/" problem in it's Makefile. I managed to fix it somehow

    Here my PATH - does it look o.k.?
    ----------------------------------
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys tem32\Wbem;C:\msys\1.0\bin;C:\MinGW;C:\MinGW\bin;C :\Qt\4.4.2\;C:\Qt\4.4.2\bin\;C:\Qt\4.4.2\lib;\.
    ---------------------------------

    The strange thing is that it seems to have started when I upgraded to Qt 4.4.2. I never had a problem qmake -project; qmake; make with 4.4.1. I had a difficult time upgrading to 4.4.2 and could not find any automatic way to get NetBeans or Edyuk to ignore that 4.4.1 was still there in the Program Files section of the C: partition.

    Ken

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 370 Times in 336 Posts

    Default Re: Makefile moc path corrupted WindowsXP

    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys tem32\Wbem;C:\msys\1.0\bin;C:\MinGW;C:\MinGW\bin;C :\Qt\4.4.2\;C:\Qt\4.4.2\bin\;C:\Qt\4.4.2\lib;\.
    you should clean PATH variable.
    at first create QTDIR variable and set value for it, e.g.
    QTDIR=C:\Qt\4.4.2\
    then put it to PATH variable, so it should look like
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sys tem32\Wbem;C:\msys\1.0\bin;%QTDIR%\bin;%PATH%

  3. #3
    Join Date
    Sep 2008
    Posts
    13
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6

    Thumbs up Re: Makefile moc path corrupted in WindowsXP Qt 4.4.2

    Fixed!
    Thank you dear Spirit.
    I had to work with various QTDIR and QWTDIR and MINGW variables
    and finally got a path that works consistently.

    I thank you VERY MUCH for your patience and kind help.

    I wish you and your family a very happy weekend,
    Ken - USA

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.