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. [SOLVED] Qt 5.4 compile single module ActiveQt

[SOLVED] Qt 5.4 compile single module ActiveQt

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

    Hello!

    Could you please explain how can I build only single module (for example, ActiveQt)?
    Usually I build completely framework using the following command:
    d:\develop\libs\qt-54x>set QMAKESPEC=win32-msvc2013
    d:\libs\qt-54x>set QTDIR=d:\libs\qt-54x\qtbase
    d:\libs\qt-54x>set PATH=d:\libs\qt-54x\qtbase\bin;%PATH%
    d:\libs\qt-54x>configure -debug-and-release -opensource -platform win32-msvc2013 -opengl desktop -nomake examples -nomake tests
    d:\libs\qt-54x>nmake

    But it takes a lot of time. How I can build only single module?

    Thanks!
    Pavel

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

      Hi and welcome to devnet,

      To do that:

      cd qtmodulename
      qmake
      nmake
      

      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
      • P Offline
        P Offline
        Pavelnt
        wrote on last edited by
        #3

        Hi!

        Thanks for help!

        Pavel

        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