Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. wild characters in include/depend path
QtWS25 Last Chance

wild characters in include/depend path

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 538 Views
  • 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.
  • R Offline
    R Offline
    Rubin Stove
    wrote on last edited by
    #1

    My Qt app uses a C++ library. App includes cpp library's public header in the following way
    INCLUDEPATH += $$PWD/../build-CppLibrary-iphoneos_clang_Qt_5_6_0_for_iOS-Release

    Is it not possible to insert wild characters into the path name to make it independent of the hard coded paths ? For example as below

    INCLUDEPATH += $$PWD/../build-CppLibrary-iphoneos_clang_*-Release

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

      Hi,

      AFAIK, no it's not and in your case wouldn't you be including the same files from different folders ?

      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