Skip to content
GitLab
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
c95b3eef
Commit
c95b3eef
authored
Apr 16, 2009
by
dt
Browse files
Fixes make install not installing the wrapper
Patch by Fathi Boudra.
parent
649e3a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/app.pro
View file @
c95b3eef
...
...
@@ -43,10 +43,12 @@ unix:!macx {
QMAKE_POST_LINK
+=
$$
{
QMAKE_COPY_FILE
}
$$
{
COPYSRC
}
$$
{
COPYDEST
}
$$
SEPARATOR
}
target
.
files
+=
$$
OUT_PWD
/
$$
DESTDIR
/
$$
IDE_APP_WRAPPER
target
.
files
+=
$$
OUT_PWD
/
$$
DESTDIR
/
$$
IDE_APP_TARGET
wrapper
.
files
=
$$
OUT_PWD
/
$$
DESTDIR
/
$$
IDE_APP_WRAPPER
wrapper
.
path
=
/
bin
target
.
path
=
/
bin
INSTALLS
+=
target
INSTALLS
+=
target
wrapper
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment