build fix
This commit is contained in:
parent
0fab6785e6
commit
af19ee5688
@ -88,7 +88,7 @@ HEADERS += lobby.h \
|
|||||||
# in the same way as BASS. Discord RPC uses CMake, which does not play nicely with
|
# in the same way as BASS. Discord RPC uses CMake, which does not play nicely with
|
||||||
# QMake, so this step must be manual.
|
# QMake, so this step must be manual.
|
||||||
unix:LIBS += -L$$PWD -lbass -ldiscord-rpc
|
unix:LIBS += -L$$PWD -lbass -ldiscord-rpc
|
||||||
win32:LIBS += -L$$PWD "$$PWD/bass.dll" -ldiscord-rpc #"$$PWD/discord-rpc.dll"
|
win32:LIBS += -L$$PWD "$$PWD/bass.dll" -L$$PWD "$$PWD/discord-rpc.dll"
|
||||||
android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
|
android:LIBS += -L$$PWD\android\libs\armeabi-v7a\ -lbass
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
Loading…
Reference in New Issue
Block a user