mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 02:22:43 -05:00
simplify my last commit. Thanks to obo for the hint.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14433 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3af8f1dce
commit
f919c4718a
2 changed files with 6 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
# project file for building static binary
|
|
||||||
|
|
||||||
include(rbutilqt.pro)
|
|
||||||
|
|
||||||
QTPLUGIN += qtaccessiblewidgets
|
|
||||||
LIBS += -L$$(QT_BUILD_TREE)/plugins/accessible -lqtaccessiblewidgets
|
|
||||||
DEFINES += STATIC
|
|
||||||
|
|
||||||
|
|
@ -110,4 +110,10 @@ unix {
|
||||||
SOURCES += ../sansapatcher/sansaio-posix.c
|
SOURCES += ../sansapatcher/sansaio-posix.c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static {
|
||||||
|
QTPLUGIN += qtaccessiblewidgets
|
||||||
|
LIBS += -L$$(QT_BUILD_TREE)/plugins/accessible -lqtaccessiblewidgets
|
||||||
|
DEFINES += STATIC
|
||||||
|
message("using static plugin")
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue