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. WARNING: QMAKESPEC does not support multiple BUILDS
QtWS25 Last Chance

WARNING: QMAKESPEC does not support multiple BUILDS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
iosqmakexcode
3 Posts 1 Posters 1.4k 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.
  • D Offline
    D Offline
    DRoscoe
    wrote on 27 Jan 2016, 17:25 last edited by
    #1

    I have a SUBDIRS project which I am using to create a multi-library. I use the following qmake command on the top-level project:

    qmake -spec macx-xcode -recursive

    The generates a working XCode project file, but not without generating many of the following warnings:

    WARNING: QMAKESPEC does not support multiple BUILDS

    I don't like seeing these warnings. Am I doing something wrong? I have to use -recursive since I am bringing in multiple library projects files, to get the all to build as part of the whole project. I appreciate any insight.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DRoscoe
      wrote on 28 Jan 2016, 19:23 last edited by
      #2

      Thought I'd add more information. Here is the top-level SUBDIRS project. Each subdirectory listed has its own .pro file.

      CONFIG += c++11 ordered
      TEMPLATE = subdirs

      SUBDIRS +=
      aop_logger
      aop_xml
      aop_serial
      aop_util
      aop_measure
      MoreMath
      MathUtilities
      DataCollection
      DebugLogger
      BufferedSharedMemory
      AvionicsBus
      AircraftDataModel
      WindModel
      TableLookups
      configuration
      AtosUtils
      dna
      aop_data
      aop_comm
      tap_data
      tap_messaging
      RouteContainer
      arinc_io_adapter
      aop_interface
      tap_display_app

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DRoscoe
        wrote on 2 Feb 2016, 15:10 last edited by
        #3

        Am I the only one having this problem?

        1 Reply Last reply
        0

        1/3

        27 Jan 2016, 17:25

        • Login

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