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. Huge QT project management

Huge QT project management

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

    Hi People,

    I have some ambiguous thinks about the Qt project management:

    • what make exactly the qmake?
    • If I have many project: Qt Qui applications and dynamical linked library-s too, how can I take build order and build dependency-s between projects?
    • How can I run bash script (on Linux) as post build step?

    Regards,
    Norbert

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Those should probably be separate topics, one question per each. But, since we're at it anyway:

      • qmake is (apart from other things) a Makefile generator. You can use QBS, CMake and other apps if you prefer them to qmake
      • usually it's enough to just create a qmake subdirs project, and qmake/make tandem will figure out how to build it automatically
      • use "post link":http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#qmake-post-link variable

      (Z(:^

      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