Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. subproject
    Log in to post

    • UNSOLVED QML Module not found | QML_ELEMENT | Working with separate sub-projects
      QML and Qt Quick • c++ to qml qmlregistertype subproject subdirectories • • Tee_  

      4
      0
      Votes
      4
      Posts
      152
      Views

      @Tee_ normally a pro file results in a separate target (executable or library). Even if you "combine" them with a subdirs project. So your AppUi project must link against the AppLib
    • SOLVED SUBDIRS - Dependencies
      General and Desktop • linking subdirs subproject • • rtavakko  

      10
      0
      Votes
      10
      Posts
      737
      Views

      @rtavakko I'm so pleased to hear the working solution! Thanks for sharing the good news :)
    • UNSOLVED Finding out which application is calling Lib in build tree
      General and Desktop • qmake qt 5.7 pro file subproject • • alizadeh91  

      6
      0
      Votes
      6
      Posts
      1614
      Views

      Hi, What are these "minor things" ?
    • SOLVED QT Projects Organization & Link Static Library
      General and Desktop • library link subproject • • Dong  

      2
      0
      Votes
      2
      Posts
      1310
      Views

      After few days searching on Google. I found the answer. The problem is the order you Link to Static Library. Dependency of my Projects is: Presentation << Utilities << DynamicObjectCore in Presentation.pro, I'm link to Static Link Library in this order # Link to DynamicObjectCore ... # Link to Utilities ... I thought that it will compile DynamicObjectCore first, then compile Utilities. But it wan't, and cause the compile error. "undefined reference to..." When i change the Link Order # Link to Utilities ... # Link to DynamicObjectCore ... And it work.
    • UNSOLVED Build QWT as subproject
      General and Desktop • build qwt subdirs subdir subproject • • kenfred  

      1
      0
      Votes
      1
      Posts
      788
      Views

      No one has replied