build fix

This commit is contained in:
iamgoofball 2018-10-15 23:18:20 -07:00
parent 0fab6785e6
commit af19ee5688

View File

@ -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