atrooney-online-2/Attorney_Online.pro
2019-02-01 17:20:08 -08:00

23 lines
486 B
Prolog

QT += core gui widgets multimedia network
TARGET = Attorney_Online
TEMPLATE = app
VERSION = 2.7.2.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) $$PWD/include/aomusicplayer.h $$PWD/include/aosfxplayer.h
LIBS += -L$$PWD/lib -lbass -ldiscord-rpc
CONFIG += c++11
RESOURCES += resources.qrc
win32:RC_ICONS = resource/logo.ico
macx:ICON = resource/logo.icns