Results 1 to 3 of 3

Thread: (SOLVED) What is the meaning of these Make warnings?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Posts
    29
    Thanked 3 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default (SOLVED) What is the meaning of these Make warnings?

    UPDATE: You may delete this post now.


    Makefile.Debug:120: warning: overriding recipe for target `ui_mainwindow.h'
    Makefile.Debug:117: warning: ignoring old recipe for target `ui_mainwindow.h'

    What I have done is, I have moved mainwindow.* to a subforlder and I have created a gui.pri file:

    INCLUDEPATH += $$PWD
    DEPENDPATH += $$PWD
    HEADERS += \
    src/GUI/mainwindow.h

    SOURCES += \
    src/GUI/mainwindow.cpp

    FORMS += \
    src/GUI/mainwindow.ui

    That's the only difference than the default Qt GUI project.
    Last edited by Zingam; 24th April 2012 at 15:37.

Similar Threads

  1. LGPL meaning
    By StackOverflow in forum General Discussion
    Replies: 5
    Last Post: 15th November 2010, 23:00
  2. what's this template meaning in qglobal.h?
    By jerry7 in forum Qt Programming
    Replies: 0
    Last Post: 19th September 2010, 01:51
  3. Meaning
    By addu in forum Qt Programming
    Replies: 11
    Last Post: 21st May 2009, 12:06
  4. QGraphicsItem meaning of pos(), scenePos()
    By nicolas1 in forum Qt Programming
    Replies: 11
    Last Post: 9th October 2008, 08:59
  5. some warning meaning
    By MarkoSan in forum General Programming
    Replies: 2
    Last Post: 28th May 2008, 13:40

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.