Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
10b0c3f4
Commit
10b0c3f4
authored
14 years ago
by
Arvid Ephraim Picciani
Browse files
Options
Downloads
Patches
Plain Diff
lldb: fix shadow build
parent
818f5f0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/debugger/lldb/guest/qtcreator-lldb.pro
+3
-3
3 additions, 3 deletions
src/plugins/debugger/lldb/guest/qtcreator-lldb.pro
with
3 additions
and
3 deletions
src/plugins/debugger/lldb/guest/qtcreator-lldb.pro
+
3
−
3
View file @
10b0c3f4
...
...
@@ -32,9 +32,9 @@ SOURCES += ../ipcengineguest.cpp \
main
.
cpp
LIBS
+=
-
sectcreate
__TEXT
__info_plist
.
/
qtcreator
-
lldb
.
plist
LIBS
+=
-
sectcreate
__TEXT
__info_plist
$$
PWD
/
qtcreator
-
lldb
.
plist
POSTL
=
rm
-
rf
\
'$${IDE_LIBEXEC_PATH}/LLDB.framework\'
$$
escape_expand
(
\\
n
\\
t
)
\
POSTL
=
rm
-
rf
\
'$${IDE_LIBEXEC_PATH}/LLDB.framework\'
$$
escape_expand
(
\\
n
\\
t
)
\
$$
QMAKE_COPY_DIR
lldb
/
build
/
Release
/*
\'$$IDE_LIBEXEC_PATH\' $$escape_expand(\\n\\t) \
install_name_tool -change '@rpath/LLDB.framework/Versions/A/LLDB' '@executable_path/LLDB.framework/Versions/A/LLDB' $(TARGET) $$escape_expand(\\n\\t) \
codesign -s lldb_codesign $(TARGET)
...
...
@@ -48,7 +48,7 @@ LIBS += -framework Security -framework Python
DEFINES += __STDC_LIMIT_MACROS __STDC_CONSTANT_MACROS
INCLUDEPATH += lldb/include lldb/llvm/include/
LIBS += -Flldb/build/Release -framework LLDB
LIBS += -F
$$PWD/
lldb/build/Release -framework LLDB
# include (lldb.pri)
# DEFINES += HAVE_LLDB_PRIVATE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment