Ticket #29024: patch-remove_build_types.diff

File patch-remove_build_types.diff, 2.6 KB (added by tvb377@…, 13 years ago)

updated source patch

  • tests/manual/proparser/testreader.pro

    old new  
    1010CONFIG          += qt warn_on console
    1111CONFIG          -= app_bundle
    1212
    13 build_all:!build_pass {
    14     CONFIG -= build_all
    15     CONFIG += release
    16 }
    17 
    1813SOURCES = main.cpp profileparser.cpp profileevaluator.cpp proitems.cpp ioutils.cpp
    1914HEADERS = profileparser.h profileevaluator.h proitems.h ioutils.h
    2015
  • src/tools/qtcreatorwidgets/qtcreatorwidgets.pro

     
    old new  
    1 CONFIG      += designer plugin debug_and_release
     1CONFIG      += designer plugin
    22TARGET      = $$qtLibraryTarget(qtcreatorwidgets)
    33TEMPLATE    = lib
    44
  • src/tools/qpatch/bootstrap.pri

    old new  
    11CONFIG         += console qtinc
    22CONFIG         -= qt
    3 build_all:!build_pass {
    4     CONFIG -= build_all
    5     CONFIG += release
    6 }
    73CONFIG     -= app_bundle
    84
    95DEFINES        += \
  • src/plugins/debugger/dumper.pro

    old new  
    88DESTDIR = $$IDE_LIBRARY_PATH # /tmp would be better in some respect ...
    99
    1010linux-* {
    11 CONFIG -= release
    12 CONFIG += debug
    1311# The following line works around a linker issue with gcc 4.1.2
    1412QMAKE_CXXFLAGS *= -O2
    1513}
  • src/libs/utils/process_stub.pro

    old new  
    77CONFIG          += warn_on console use_c_linker
    88CONFIG          -= qt app_bundle
    99
    10 build_all:!build_pass {
    11     CONFIG -= build_all
    12     CONFIG += release
    13 }
    14 
    1510unix {
    1611    SOURCES += process_stub_unix.c
    1712    solaris-.*: LIBS += -lsocket
  • share/qtcreator/templates/qt4project/customwidgetwizard/tpl_plugin.pro

    old new  
    1 CONFIG      += designer plugin debug_and_release
     1CONFIG      += designer plugin
    22TARGET      = $$qtLibraryTarget(@PLUGIN_NAME@)
    33TEMPLATE    = lib
    44
  • share/qtcreator/gdbmacros/gdbmacros.pro

    old new  
    11TEMPLATE = lib
    22CONFIG += shared
    3 linux-* {
    4     CONFIG -= release
    5     CONFIG += debug
    6 }
    73SOURCES = gdbmacros.cpp
    84false {
    95    DEFINES += USE_QT_GUI=0