same LIBS for unix and win32 is fine. and RC_ICONS is only relevant for windows
This commit is contained in:
parent
ac290a38ca
commit
c353b3f24f
@ -7,8 +7,6 @@
|
|||||||
QT += core gui multimedia network
|
QT += core gui multimedia network
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
||||||
RC_ICONS = logo.ico
|
|
||||||
|
|
||||||
TARGET = Attorney_Online
|
TARGET = Attorney_Online
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
@ -21,11 +19,10 @@ MOC_DIR = $$PWD/build
|
|||||||
|
|
||||||
SOURCES += $$files($$PWD/src/*.cpp)
|
SOURCES += $$files($$PWD/src/*.cpp)
|
||||||
HEADERS += $$files($$PWD/include/*.h)
|
HEADERS += $$files($$PWD/include/*.h)
|
||||||
LIBS += -L$$PWD/lib
|
LIBS += -L$$PWD/lib -lbass -ldiscord-rpc
|
||||||
|
|
||||||
unix:LIBS += -lbass -ldiscord-rpc
|
|
||||||
win32:LIBS += "bass.dll" -ldiscord-rpc
|
|
||||||
|
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
|
|
||||||
|
win32:RC_ICONS = resource/logo.ico
|
||||||
|
Loading…
Reference in New Issue
Block a user