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
Marco Bubke
flatpak-qt-creator
Commits
97b3e71d
Commit
97b3e71d
authored
May 08, 2009
by
Alessandro Portale
Browse files
Rename qworkbenchlibrary.pri to qtcreatorlibrary.pri
parent
12e27549
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/libs/aggregation/aggregation.pro
View file @
97b3e71d
TEMPLATE
=
lib
TARGET
=
Aggregation
include
(..
/../
q
workbench
library
.
pri
)
include
(..
/../
q
tcreator
library
.
pri
)
DEFINES
+=
AGGREGATION_LIBRARY
...
...
src/libs/cplusplus/cplusplus.pro
View file @
97b3e71d
...
...
@@ -5,5 +5,5 @@ TARGET = CPlusPlus
DEFINES
+=
NDEBUG
unix
:
QMAKE_CXXFLAGS_DEBUG
+=
-
O3
include
(..
/../
q
workbench
library
.
pri
)
include
(..
/../
q
tcreator
library
.
pri
)
include
(
cplusplus
-
lib
.
pri
)
src/libs/extensionsystem/extensionsystem.pro
View file @
97b3e71d
...
...
@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET
=
ExtensionSystem
QT
+=
xml
DEFINES
+=
EXTENSIONSYSTEM_LIBRARY
include
(..
/../
q
workbench
library
.
pri
)
include
(..
/../
q
tcreator
library
.
pri
)
include
(
extensionsystem_dependencies
.
pri
)
unix
:
!
macx
{
...
...
src/libs/qtconcurrent/qtconcurrent.pro
View file @
97b3e71d
...
...
@@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET
=
QtConcurrent
DEFINES
+=
BUILD_QTCONCURRENT
include
(..
/../
q
workbench
library
.
pri
)
include
(..
/../
q
tcreator
library
.
pri
)
HEADERS
+=
\
qtconcurrent_global
.
h
\
...
...
src/libs/utils/utils.pro
View file @
97b3e71d
...
...
@@ -4,7 +4,7 @@ QT += gui network
DEFINES
+=
QWORKBENCH_UTILS_LIBRARY
include
(..
/../
q
workbench
library
.
pri
)
include
(..
/../
q
tcreator
library
.
pri
)
SOURCES
+=
\
reloadpromptutils
.
cpp
\
...
...
src/plugins/debugger/dumper.pro
View file @
97b3e71d
# This is a compile check for the dumpers only. Don't install the library!
include
(..
/../
q
workbench
library
.
pri
)
include
(..
/../
q
tcreator
library
.
pri
)
TEMPLATE
=
lib
TARGET
=
DebuggingHelper
...
...
src/q
workbench
library.pri
→
src/q
tcreator
library.pri
View file @
97b3e71d
File moved
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