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. How to give arguments to qmake whether to build or not build some optional packages ?
Forum Updated to NodeBB v4.3 + New Features

How to give arguments to qmake whether to build or not build some optional packages ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 426 Views 2 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.
  • KartK Offline
    KartK Offline
    Kart
    wrote on last edited by Kart
    #1

    When we are using configure script for creating the make file, we can disable some packages by passing arguments like --with-PACKAGE=no or --without-PACKAGE or something else mentioned in configure help.
    How can we do the same thing while creating a makefile by qmake ?

    Thank you.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      karlheinzreichel
      wrote on last edited by
      #2

      You could set environment variables before you start qmake.
      see qmake documentation

      regards
      Karl-Heinz

      1 Reply Last reply
      2

      • Login

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