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. Qt Creator giving me deployment.pri for a plain C project
Qt 6.11 is out! See what's new in the release blog

Qt Creator giving me deployment.pri for a plain C project

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

    My environment

    Qt Creator 3.2.1
    Based on Qt 5.3.2 (GCC 4.6.1, 64 bit)
    Fedora 21 kernel 3.18.3-201.fc21.x86_64

    Creating a Plain C Project, I am getting a deployment.pri file with targets in which I have no interest, android, w32, etc.

    The .pro looks like this...
    @
    EMPLATE = app
    CONFIG += console
    CONFIG -= app_bundle
    CONFIG -= qt

    SOURCES += main.c

    include(deployment.pri)
    qtcAddDeployment()
    @

    What setting turns this off so I can just get back to building for the native desktop and not get the deployment.pri file? I wasn't getting that in a project I created just a couple weeks ago?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Not sure what option might have turned it on for you, but it is (most probably) entirely safe to just remove those 2 lines form your .pro file.

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MartinCook
        wrote on last edited by
        #3

        Yes, that's what I ended up doing.

        All is normal, now.

        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