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
fdf28b5e
Commit
fdf28b5e
authored
Mar 19, 2010
by
Oswald Buddenhagen
Browse files
install files without an extension
parent
0cf0fb46
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/static.pro
View file @
fdf28b5e
...
...
@@ -35,9 +35,9 @@ DATA_DIRS = \
!
isEmpty
(
copydata
)
{
for
(
data_dir
,
DATA_DIRS
)
{
files
=
$$
files
(
$$
PWD
/
$$
data_dir
/*
.
*
, true)
files
=
$$
files
(
$$
PWD
/
$$
data_dir
/*
, true)
win32:files ~= s|\\\\|/|g
FILES += $$file
s
for(file, files):!exists($$file
/*
):
FILES += $$file
}
copy2build.input = FILES
...
...
Write
Preview
Markdown
is supported
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