diff options
| author | sD <stoned@derpymail.org> | 2019-12-26 16:34:47 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-26 16:34:47 +0100 |
| commit | abbbb43c985271c6d66b94ee384c6a401e43de8d (patch) | |
| tree | 32f795e070aca8cdc8e7c6a77855c98682e42095 | |
| parent | 714064f5ef9880ffbfa79e49d4dce35b41ecfd72 (diff) | |
redundant headers in projectfile
| -rw-r--r-- | Attorney_Online.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 8f15ad0d..c11b5fd6 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -11,7 +11,7 @@ OBJECTS_DIR = $$PWD/build MOC_DIR = $$PWD/build SOURCES += $$files($$PWD/src/*.cpp) -HEADERS += $$files($$PWD/include/*.h) $$PWD/include/aomusicplayer.h $$PWD/include/aosfxplayer.h +HEADERS += $$files($$PWD/include/*.h) LIBS += -L$$PWD/lib -lbass -ldiscord-rpc CONFIG += c++11 |
