Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QMake command is executed 3 times
Forum Updated to NodeBB v4.3 + New Features

QMake command is executed 3 times

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 540 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.
  • D Offline
    D Offline
    Dmitriano
    wrote on last edited by Dmitriano
    #1

    I have the following section in my PRO file:

    win32 {
        message(Building on Win32)
    }
    
    

    when I run QMake from Qt creator I get the following output:

    23:48:13: Running steps for project LinesGameQt...
    23:48:13: Starting: "C:\Qt\Qt5.9.1\5.9.1\msvc2015_64\bin\qmake.exe" D:\Repos\examples\src\LinesGame\LinesGameQt\LinesGameQt.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug"
    Info: creating stash file D:\Repos\examples\src\LinesGame\build-LinesGameQt-Desktop_Qt_5_9_1_MSVC2015_64bit-Debug.qmake.stash
    Project MESSAGE: Building on Win32
    Project MESSAGE: Building on Win32
    Project MESSAGE: Building on Win32
    23:48:17: The process "C:\Qt\Qt5.9.1\5.9.1\msvc2015_64\bin\qmake.exe" exited normally.
    23:48:17: Starting: "C:\Qt\Qt5.9.1\Tools\QtCreator\bin\jom.exe" qmake_all

    jom 1.1.2 - empower your cores

    23:48:17: The process "C:\Qt\Qt5.9.1\Tools\QtCreator\bin\jom.exe" exited normally.
    23:48:17: Elapsed time: 00:04.*****

    why the message is repeated 3 times?

    The same message with 'android' is shown only once.

    android {
        message(Building on Android)
    }
    

    QMake version 3.1
    Qt version 5.9.1

    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