Results 1 to 17 of 17

Thread: Problem with a makefile

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Post Problem with a makefile

    I tried to run a project with 2 source files and a header file and there was some kind of problem with the linking (as the modules compile successfully separately). Moreover, the files were from a Qt tutorial so they should work...
    So I thought I'd create a makefile and then use make (btw i use mingw make). So eventually I created the makefile with qmake and then when I typed make in the command line I got this error message: "mingw32-make:*** No targets specified and no makefile found.Stop.". Then I tried make -f makefile and it said: "makefile:65:*** multiple target patterns. Stop.". And from this point on I didn't know what else to do.
    Other technical details: I use Windows XP, Qt 4.1, MinGW 5.0.2

    I will attach the makefile and maybe someone will spot the problem.
    Thanks in advance.
    Attached Files Attached Files

Similar Threads

  1. makefile missing separator problem
    By terrywb in forum Installation and Deployment
    Replies: 4
    Last Post: 14th May 2009, 13:49
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  4. not able to change Makefile
    By shamik in forum Qt Programming
    Replies: 1
    Last Post: 9th June 2007, 12:00
  5. Replies: 5
    Last Post: 13th March 2006, 20:22

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.