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. SUBDIRS and #include ? (question)
Qt 6.11 is out! See what's new in the release blog

SUBDIRS and #include ? (question)

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 225 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I have a small issue managing #include ( what else is new ?)

    Currently I have too many verisions of a suboroject.

    SUBDIRS += \
    #   ../../../../../../home/nov25-1/Qt/Examples/Qt-5.15.2/serialport/terminal \
    #   ../BT_TERMINAL \
    #    ../../../../../home/nov25-1/Qt/Examples/Qt-5.15.2/serialport/terminal \
    #    ../../../../../home/nov25-1/Qt/Examples/Qt-5.15.2/serialport/terminal \
        ../BLUETOOTH_V1/SOURCE/CCC_SOURCE/FT857_library \
        ../BLUETOOTH_V1/SOURCE/mainwindows/mdi \
        ../BLUETOOTH_V1/SOURCE/mainwindows/menus \
    #    ../BT_Feb5_V1/CCC_SOURCE/terminal_SERIAL_BLUETOOTH_VER_1/terminal_SERIAL_BLUETOOTH/terminal_BLUETOOTH \
        MAIN_PROJECT \
    #   SOURCE/terminal \
    #   TEST_SUBPROJECT
    #    SOURCE/CCC_SOURCE/terminal_SERIAL_BLUETOOTH_VER_1/terminal_SERIAL_BLUETOOTH/terminal_BLUETOOTH
     #   SOURCE/terminal _1/terminal.pro \
    #    SOURCE/CCC_SOURCE/terminal \
    #     SOURCE/CCC_SOURCE/terminal
     \#   SOURCE/CCC_SOURCE/terminal_SERIAL_BLUETOOTH_VER_1/terminal_SERIAL_BLUETOOTH/terminal_BLUETOOTH
        SOURCE/terminal _1/terminal.pro
    
    
    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