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. CONFIG(release, debug|release): not working for iphoneos

CONFIG(release, debug|release): not working for iphoneos

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 365 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.
  • R Offline
    R Offline
    RudolfVonKrugstein
    wrote on last edited by
    #1

    In my project file I have code like this:

        CONFIG(debug, debug|release): LIBS += -LDEBUG_LIB_LOCATION
        CONFIG(release, debug|release): LIBS += -LRELEASE_LIB_LOCATION`
    

    This works for android and Linux. But when building for iphoneos, it always takes the debug lib/config also i set the build mode to "Release".

    Why? What can I do?

    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