Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. WARNING: Failure to find: gui\*.cpp[SOLVED]
Forum Updated to NodeBB v4.3 + New Features

WARNING: Failure to find: gui\*.cpp[SOLVED]

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 8.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Whiterabbott
    wrote on last edited by
    #1

    This should be straight forward but I cannot figure out why whenever I use gui/*.cpp it cannot find it but is I write out the whole file name,gui/mainwindow.cpp, it finds it without any problems. Does anyone know what is happening?

    I am using qt creator on windows 8.

    1 Reply Last reply
    1
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      IIRC you can try that:

      @SOURCES = $$files(gui/*.cpp)@

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • W Offline
        W Offline
        Whiterabbott
        wrote on last edited by
        #3

        Yes, that worked. I went through the qmake documentation and didn't see notation at you noted above. Could possibly point me to some good sources?

        Thanks again.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can find more information in "Undocumented qmake":http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake

          However, I don't know if everything is still relevant for QT 5 (should be though)

          Since you have it working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved