Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Any way to do a recursive include in a .pro file?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Any way to do a recursive include in a .pro file?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.9k 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.
  • D Offline
    D Offline
    Dolphin
    wrote on last edited by
    #1

    SOURCES = *.cpp

    and

    lupdate_only{
    SOURCES = *.qml

    work but only for the specified directory - is there a way to get files recursively for these statements?

    1 Reply Last reply
    0
    • francescmmF Offline
      francescmmF Offline
      francescmm
      wrote on last edited by
      #2

      It is not possible now. An explanation of this characteristic is done here: "Qt-Creator bug 8925":https://bugreports.qt-project.org/browse/QTCREATORBUG-8925

      1 Reply Last reply
      0
      • D Offline
        D Offline
        Dolphin
        wrote on last edited by
        #3

        Great, at least I am not just missing something. Thanks for your reply.

        From the link, what does this mean?
        Now, to solve your problem, I'd recommend that you run "qmake -project" once to create a initial .pro. IIRC that is recursive.

        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