Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
2be72262
Commit
2be72262
authored
May 08, 2009
by
Alessandro Portale
Browse files
Rename qworkbenchplugin.pri to qtcreatorplugin.pri
parent
97b3e71d
Changes
28
Hide whitespace changes
Inline
Side-by-side
src/plugins/bineditor/bineditor_dependencies.pri
View file @
2be72262
include(../../q
workbench
plugin.pri)
include(../../q
tcreator
plugin.pri)
include(../../libs/utils/utils.pri)
include(../../plugins/texteditor/texteditor.pri)
include(../../plugins/coreplugin/coreplugin.pri)
src/plugins/bookmarks/bookmarks.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
Bookmarks
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
projectexplorer
/
projectexplorer
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
include
(..
/../
plugins
/
texteditor
/
texteditor
.
pri
)
...
...
src/plugins/cmakeprojectmanager/cmakeprojectmanager.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
CMakeProjectManager
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
cmakeprojectmanager_dependencies
.
pri
)
HEADERS
=
cmakeproject
.
h
\
cmakeprojectplugin
.
h
\
...
...
src/plugins/coreplugin/coreplugin.pro
View file @
2be72262
...
...
@@ -4,7 +4,7 @@ DEFINES += CORE_LIBRARY
QT
+=
xml
\
script
\
svg
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
libs
/
utils
/
utils
.
pri
)
include
(..
/../
shared
/
scriptwrapper
/
scriptwrapper
.
pri
)
include
(
coreplugin_dependencies
.
pri
)
...
...
src/plugins/cpaster/cpaster.pro
View file @
2be72262
...
...
@@ -2,7 +2,7 @@ QT += network
TEMPLATE
=
lib
TARGET
=
CodePaster
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
cpaster_dependencies
.
pri
)
HEADERS
+=
cpasterplugin
.
h
\
...
...
src/plugins/cppeditor/cppeditor.pro
View file @
2be72262
...
...
@@ -4,7 +4,7 @@ DEFINES += CPPEDITOR_LIBRARY
CONFIG
+=
help
include
(..
/../
libs
/
utils
/
utils
.
pri
)
include
(..
/../
shared
/
indenter
/
indenter
.
pri
)
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
cppeditor_dependencies
.
pri
)
HEADERS
+=
cppplugin
.
h
\
cppeditor
.
h
\
...
...
src/plugins/cpptools/cpptools.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
CppTools
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
quickopen
/
quickopen
.
pri
)
include
(
cpptools_dependencies
.
pri
)
...
...
src/plugins/debugger/debugger.pro
View file @
2be72262
...
...
@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET
=
Debugger
#
CONFIG
+=
single
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
projectexplorer
/
projectexplorer
.
pri
)
include
(..
/../
plugins
/
find
/
find
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
...
...
src/plugins/designer/designer.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
Designer
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
shared
/
designerintegrationv2
/
designerintegration
.
pri
)
include
(
cpp
/
cpp
.
pri
)
include
(
designer_dependencies
.
pri
)
...
...
src/plugins/fakevim/fakevim.pro
View file @
2be72262
...
...
@@ -3,7 +3,7 @@ TARGET = FakeVim
#
CONFIG
+=
single
include
(..
/../
libs
/
cplusplus
/
cplusplus
.
pri
)
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
projectexplorer
/
projectexplorer
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
include
(..
/../
plugins
/
texteditor
/
texteditor
.
pri
)
...
...
src/plugins/find/find.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
Find
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
find_dependencies
.
pri
)
DEFINES
+=
FIND_LIBRARY
HEADERS
+=
findtoolwindow
.
h
\
...
...
src/plugins/genericprojectmanager/genericprojectmanager.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
GenericProjectManager
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
genericprojectmanager_dependencies
.
pri
)
HEADERS
=
genericproject
.
h
\
genericprojectplugin
.
h
\
...
...
src/plugins/git/git.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
ScmGit
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
projectexplorer
/
projectexplorer
.
pri
)
include
(..
/../
plugins
/
texteditor
/
texteditor
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
...
...
src/plugins/helloworld/helloworld.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
HelloWorld
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
HEADERS
+=
helloworldplugin
.
h
\
...
...
src/plugins/help/help.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
Help
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
include
(..
/../
plugins
/
find
/
find
.
pri
)
include
(..
/../
plugins
/
quickopen
/
quickopen
.
pri
)
...
...
src/plugins/perforce/perforce.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
Perforce
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
perforce_dependencies
.
pri
)
HEADERS
+=
p4
.
h
\
...
...
src/plugins/projectexplorer/projectexplorer.pro
View file @
2be72262
...
...
@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET
=
ProjectExplorer
QT
+=
xml
\
script
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
projectexplorer_dependencies
.
pri
)
include
(..
/../
shared
/
scriptwrapper
/
scriptwrapper
.
pri
)
include
(..
/../
libs
/
utils
/
utils
.
pri
)
...
...
src/plugins/qt4projectmanager/qt4projectmanager.pro
View file @
2be72262
TEMPLATE
=
lib
TARGET
=
Qt4ProjectManager
QT
+=
network
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(
qt4projectmanager_dependencies
.
pri
)
HEADERS
=
qt4projectmanagerplugin
.
h
\
qt4projectmanager
.
h
\
...
...
src/plugins/qtestlib/qtestlib.pro
View file @
2be72262
...
...
@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET
=
QTestLibPlugin
QT
+=
xml
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
SOURCES
+=
qtestlibplugin
.
cpp
...
...
src/plugins/qtscripteditor/qtscripteditor.pro
View file @
2be72262
...
...
@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET
=
QtScriptEditor
QT
+=
script
include
(..
/../
q
workbench
plugin
.
pri
)
include
(..
/../
q
tcreator
plugin
.
pri
)
include
(..
/../
plugins
/
coreplugin
/
coreplugin
.
pri
)
include
(..
/../
plugins
/
texteditor
/
texteditor
.
pri
)
include
(..
/../
shared
/
qscripthighlighter
/
qscripthighlighter
.
pri
)
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment