repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LP-92 Remove Feed Forward : flight / ground
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
sdlgamepad
/
copydata.pro
blob
af9cecbffe5ff07594f6c94321285a7e958d1b4e
1
equals
(
copydata
,
1
) {
2
win32
{
3
# copy SDL DLL
4
SDL_DLLS
=
\
5
SDL
.
dll
6
for
(
dll
,
SDL_DLLS
) {
7
addCopyFileTarget
(
$$
{
dll
},
$$
{
SDL_DIR
}/
bin
,
$$
{
GCS_APP_PATH
})
8
}
9
}
10
}