diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-12-26 19:33:18 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-12-26 19:33:18 +0100 |
| commit | c353b3f24ffb40611697565a8fcb5f310b5eedea (patch) | |
| tree | 86c931f2ace5df96d52e79f61dd64234cecb89dc /Attorney_Online.pro | |
| parent | ac290a38ca7144a7c883afbcf05ee7b82e620444 (diff) | |
same LIBS for unix and win32 is fine. and RC_ICONS is only relevant for windows
Diffstat (limited to 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 3695a6e8..97236fb0 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -7,8 +7,6 @@ QT += core gui multimedia network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -RC_ICONS = logo.ico - TARGET = Attorney_Online TEMPLATE = app @@ -21,11 +19,10 @@ MOC_DIR = $$PWD/build SOURCES += $$files($$PWD/src/*.cpp) HEADERS += $$files($$PWD/include/*.h) -LIBS += -L$$PWD/lib - -unix:LIBS += -lbass -ldiscord-rpc -win32:LIBS += "bass.dll" -ldiscord-rpc +LIBS += -L$$PWD/lib -lbass -ldiscord-rpc CONFIG += c++11 RESOURCES += resources.qrc + +win32:RC_ICONS = resource/logo.ico |
