forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.10'
Conflicts: src/plugins/python/CMakeLists.txt Change-Id: I18808710dd99b97d4e1e7c3d223b7f814083de31
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
add_qtc_plugin(Python
|
||||
PLUGIN_DEPENDS Core QtSupport ProjectExplorer TextEditor
|
||||
PLUGIN_DEPENDS Core ProjectExplorer TextEditor
|
||||
SOURCES
|
||||
python.qrc
|
||||
pythoneditor.cpp pythoneditor.h
|
||||
|
||||
@@ -8,7 +8,6 @@ QtcPlugin {
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
|
||||
Group {
|
||||
|
||||
@@ -5,5 +5,4 @@ QTC_LIB_DEPENDS += \
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
texteditor \
|
||||
qtsupport \
|
||||
projectexplorer
|
||||
|
||||
Reference in New Issue
Block a user