aboutsummaryrefslogtreecommitdiff
path: root/Attorney_Online.pro
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-12-26 18:17:16 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-12-26 18:17:16 +0100
commitac290a38ca7144a7c883afbcf05ee7b82e620444 (patch)
tree1af5eea25aff33c317e8babcdbf69400c75526b7 /Attorney_Online.pro
parent9753a16a848476c7356fd96a1261d589f02fb456 (diff)
renamed pro file to nicer name
Diffstat (limited to 'Attorney_Online.pro')
-rw-r--r--Attorney_Online.pro31
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