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. Command Line Application with qmake in MacOSX?
Forum Updated to NodeBB v4.3 + New Features

Command Line Application with qmake in MacOSX?

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

    Hi,

    I need to compile my command line application on MacOSX.
    When compiling Qt creates a .app package that I don't need and don't want.

    Sure, I can use some mv's etc to move the binary out of the .app directory, but is there maybe an option (or .pro -Template) that doesn't even create the app-structure?

    I already tried "CONFIG += console" but no luck..

    Cheers,
    Keiko

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cincirin
      wrote on last edited by
      #2

      @
      CONFIG-=app_bundle
      @

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Keiko
        wrote on last edited by
        #3

        Thank's a lot! :)

        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