diff --git a/src/libs/aggregation/aggregation.pro b/src/libs/aggregation/aggregation.pro index c970be0ed157e36ee7aeb78a36718e5d0943b7b1..b601bbc0610d5ae5d608cc50f2e315ae4b142534 100644 --- a/src/libs/aggregation/aggregation.pro +++ b/src/libs/aggregation/aggregation.pro @@ -1,7 +1,7 @@ TEMPLATE = lib TARGET = Aggregation -include(../../qworkbenchlibrary.pri) +include(../../qtcreatorlibrary.pri) DEFINES += AGGREGATION_LIBRARY diff --git a/src/libs/cplusplus/cplusplus.pro b/src/libs/cplusplus/cplusplus.pro index f13ef15fa2a0082dc8be83bc0bc38253d99dcaab..a6e804439ba0a2a707a6c3e2454cd4d6bc32f430 100644 --- a/src/libs/cplusplus/cplusplus.pro +++ b/src/libs/cplusplus/cplusplus.pro @@ -5,5 +5,5 @@ TARGET = CPlusPlus DEFINES += NDEBUG unix:QMAKE_CXXFLAGS_DEBUG += -O3 -include(../../qworkbenchlibrary.pri) +include(../../qtcreatorlibrary.pri) include(cplusplus-lib.pri) diff --git a/src/libs/extensionsystem/extensionsystem.pro b/src/libs/extensionsystem/extensionsystem.pro index ee9a8b8ea0bcdb111eab00bcd114b300e8412fc8..ce05c408c468cff09dd988364c163ba8d06c79b8 100644 --- a/src/libs/extensionsystem/extensionsystem.pro +++ b/src/libs/extensionsystem/extensionsystem.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = ExtensionSystem QT += xml DEFINES += EXTENSIONSYSTEM_LIBRARY -include(../../qworkbenchlibrary.pri) +include(../../qtcreatorlibrary.pri) include(extensionsystem_dependencies.pri) unix:!macx { diff --git a/src/libs/qtconcurrent/qtconcurrent.pro b/src/libs/qtconcurrent/qtconcurrent.pro index 46302f11cdecf86107c07fa28ad2570421d3f22f..b80e4ffd92faa0e987db1556af4110beab84399e 100644 --- a/src/libs/qtconcurrent/qtconcurrent.pro +++ b/src/libs/qtconcurrent/qtconcurrent.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = QtConcurrent DEFINES += BUILD_QTCONCURRENT -include(../../qworkbenchlibrary.pri) +include(../../qtcreatorlibrary.pri) HEADERS += \ qtconcurrent_global.h \ diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro index 85c98bf1ecd45d86ce2fb6b531608e6c0b4b5529..0480e58422e0845fdbf97cdd84adf851e32fd71b 100644 --- a/src/libs/utils/utils.pro +++ b/src/libs/utils/utils.pro @@ -4,7 +4,7 @@ QT += gui network DEFINES += QWORKBENCH_UTILS_LIBRARY -include(../../qworkbenchlibrary.pri) +include(../../qtcreatorlibrary.pri) SOURCES += \ reloadpromptutils.cpp \ diff --git a/src/plugins/debugger/dumper.pro b/src/plugins/debugger/dumper.pro index 896203a17c4083f609a879e045fdfc7a7041a7f0..5d373abdd2db43b0cc5d9dde4e7b005646ea1c4a 100644 --- a/src/plugins/debugger/dumper.pro +++ b/src/plugins/debugger/dumper.pro @@ -1,6 +1,6 @@ # This is a compile check for the dumpers only. Don't install the library! -include(../../qworkbenchlibrary.pri) +include(../../qtcreatorlibrary.pri) TEMPLATE = lib TARGET = DebuggingHelper diff --git a/src/qworkbenchlibrary.pri b/src/qtcreatorlibrary.pri similarity index 100% rename from src/qworkbenchlibrary.pri rename to src/qtcreatorlibrary.pri