Results 1 to 6 of 6

Thread: my qtdevelop doesn't create an exe file

  1. #1
    Join Date
    Oct 2007
    Posts
    14
    Qt products
    Qt4
    Platforms
    Windows

    Thumbs down help in qdevelop

    why is it that when i build my project it shows no error but i can't run or debug it?..
    and when i rebuild my roject it shows errors like:

    >>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\ui_mainwindow.h
    mingw32-make.exe[1]: [compiler_uic_clean] Error 1 (ignored)
    >>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\mainwindowimpl.o
    mingw32-make.exe[1]: [clean] Error 1 (ignored)
    >>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\moc_mainwindowipl.c pp
    mingw32-make.exe[1]: [compiler_moc_header_clean] Error 1 (ignored)
    >>Could Not Find C:\Documents and Settings\psg\Desktop\abc\build\ui_mainwindow.h
    mingw32-make.exe[1]: [compiler_uic_clean] Error 1 (ignored)
    mingw32-make.exe[1]: Leaving directory `C:/Documents and Settings/psg/Desktop/abc'

    does any body know how i can sort this out???

  2. #2
    Join Date
    Oct 2007
    Posts
    14
    Qt products
    Qt4
    Platforms
    Windows

    Default my qtdevelop doesn't create an exe file

    why is it that i have build my project and it found no errors but when i run it, it says that the debug doesn't exist and it doesn't create a .exe file. Can someone tell me what to do???

  3. #3
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: my qtdevelop doesn't create an exe file

    What TEMPLATE did you choose in the pro file?
    Make sure it is app.

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

    Default Re: help needed

    The above errors are not really a problem, but:
    Move your project to another folder without spaces - imho qmake still has problems with spaces in path.
    Also make sure to not have /bin/sh from msys/cygwin in your PATH environment variable.

    Your description 'can't run or debug it' is very vague - we can't help you when you don't provide more informations.

  5. #5
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: my qtdevelop doesn't create an exe file

    it could also be that you are building a release version.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  6. #6
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: my qtdevelop doesn't create an exe file

    Miguel - please don't cross post.
    Post one thread per problem in the correct section - thanks.

Similar Threads

  1. Replies: 4
    Last Post: 18th December 2009, 19:55
  2. Replies: 3
    Last Post: 4th September 2007, 15:40
  3. how to create html file in memory
    By darksaga in forum Qt Programming
    Replies: 1
    Last Post: 30th August 2007, 10:30
  4. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 16:21
  5. create file in another directory
    By raphaelf in forum Qt Programming
    Replies: 3
    Last Post: 16th February 2006, 11:04

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.