Results 1 to 3 of 3

Thread: qtvars compile_debug errors

  1. #1
    Join Date
    Mar 2008
    Posts
    10
    Thanks
    1

    Default qtvars compile_debug errors

    I tried to install from qt exe package for windows, and it succeeded installed, but with errors when qmaking my qt codes.
    So i want to compile debug part using:
    qt/bin/qtvars compile_debug
    and it complains:
    mingw32-make: *** No rule to make target `E:\shell\qt4.3.4-release/src/corelib/global/qconfig.cpp', needed by `qconfig.o'. Stop.
    Building qmake failed, return code 2

    mingw32-make: *** No rule to make target `e:\shell\qt4.3.4-release\src\winmain\Makefile', needed by `debug-E__shell_qt4_3_4_release_src_winmain'. Stop.
    E:\shell\qt4.3.4-release\src>
    What can i do? Thanks for your kind help~

  2. #2
    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: qtvars compile_debug errors

    You maybe forgot to run configure.exe first. qconfig.cpp is created by this executable.

  3. #3
    Join Date
    Mar 2008
    Posts
    10
    Thanks
    1

    Default Re: qtvars compile_debug errors

    After executing qtvars, i ran configure.exe and the error messages came from configure.exe.
    Sorry for my misleading.

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.