Results 1 to 3 of 3

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

  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 16:37.

  2. #2
    Join Date
    Mar 2012
    Posts
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

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

    damn it.

    wisdom_of_the_ancients.png

    edit: on hindsight, sorry to necro. Specially considering this is my first actual post here... :/

    I'm trying to rebuild a lost project and have to remake the project (everything else is on git, I don't know why the pro file wasn't as well) with a couple of warnings and conflicts so I'll keep googling...
    Last edited by Isaac Remuant; 19th September 2013 at 18:25.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

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

    Post your project file please. And remove all intermediate files from the source directory.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. LGPL meaning
    By StackOverflow in forum General Discussion
    Replies: 5
    Last Post: 16th November 2010, 00:00
  2. what's this template meaning in qglobal.h?
    By jerry7 in forum Qt Programming
    Replies: 0
    Last Post: 19th September 2010, 02:51
  3. Meaning
    By addu in forum Qt Programming
    Replies: 11
    Last Post: 21st May 2009, 13:06
  4. QGraphicsItem meaning of pos(), scenePos()
    By nicolas1 in forum Qt Programming
    Replies: 11
    Last Post: 9th October 2008, 09:59
  5. some warning meaning
    By MarkoSan in forum General Programming
    Replies: 2
    Last Post: 28th May 2008, 14: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.