diff options
Diffstat (limited to 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro new file mode 100644 index 00000000..3695a6e8 --- /dev/null +++ b/Attorney_Online.pro @@ -0,0 +1,31 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-12-29T01:14:46 +# +#------------------------------------------------- + +QT += core gui multimedia network +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +RC_ICONS = logo.ico + +TARGET = Attorney_Online +TEMPLATE = app + +VERSION = 2.6.0.0 + +INCLUDEPATH += $$PWD/include +DESTDIR = $$PWD/bin +OBJECTS_DIR = $$PWD/build +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 + +CONFIG += c++11 + +RESOURCES += resources.qrc |
