Skip to content

Commit

Permalink
qmake: In a server-only build, don't link to the libassimp binary
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 21, 2014
1 parent d466df9 commit 209e829
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doomsday/dep_assimp.pri
Expand Up @@ -64,7 +64,10 @@ else {
INCLUDEPATH += $$aiIncDir
QMAKE_CFLAGS += $$aiOpts
QMAKE_CXXFLAGS += $$aiOpts
LIBS += $$aiLibs

!libgui_headers_only {
LIBS += $$aiLibs
}

macx {
defineTest(linkBinaryToBundledAssimp) {
Expand Down

0 comments on commit 209e829

Please sign in to comment.