summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common.pri
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/common.pri')
-rw-r--r--pacman-c++/common.pri21
1 files changed, 21 insertions, 0 deletions
diff --git a/pacman-c++/common.pri b/pacman-c++/common.pri
new file mode 100644
index 0000000..fed2973
--- /dev/null
+++ b/pacman-c++/common.pri
@@ -0,0 +1,21 @@
1LANGUAGE = C++
2VERSION = 0.1
3
4OBJECTS_DIR = .obj
5MOC_DIR = .moc
6
7QT += phonon network
8
9INCLUDEPATH += ../common
10DEPENDPATH += ../common
11LIBS += -L../common -lcommon
12
13INCLUDEPATH += $$OUT_PWD/../proto
14LIBS += -L../proto -lproto -lprotobuf
15
16INCLUDEPATH += ../enet/include
17LIBS += -L$$PWD/enet/.libs -lenet
18
19CONFIG(release, debug|release) {
20 DEFINES += QT_NO_DEBUG_OUTPUT
21}