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.pri11
1 files changed, 6 insertions, 5 deletions
diff --git a/pacman-c++/common.pri b/pacman-c++/common.pri
index fed2973..51db8ac 100644
--- a/pacman-c++/common.pri
+++ b/pacman-c++/common.pri
@@ -1,20 +1,21 @@
1LANGUAGE = C++ 1LANGUAGE = C++
2VERSION = 0.1 2VERSION = 0.1
3 3
4OBJECTS_DIR = .obj
5MOC_DIR = .moc
6
7QT += phonon network 4QT += phonon network
8 5
6DESTDIR = ../
7
9INCLUDEPATH += ../common 8INCLUDEPATH += ../common
10DEPENDPATH += ../common 9DEPENDPATH += ../common
11LIBS += -L../common -lcommon 10LIBS += -L.. -lcommon
12 11
13INCLUDEPATH += $$OUT_PWD/../proto 12INCLUDEPATH += $$OUT_PWD/../proto
14LIBS += -L../proto -lproto -lprotobuf 13LIBS += -L.. -lproto -lprotobuf
15 14
16INCLUDEPATH += ../enet/include 15INCLUDEPATH += ../enet/include
17LIBS += -L$$PWD/enet/.libs -lenet 16LIBS += -L$$PWD/enet/.libs -lenet
17# enable this if you want to link the archive
18#win32:LIBS += -lws2_32 -lwinmm
18 19
19CONFIG(release, debug|release) { 20CONFIG(release, debug|release) {
20 DEFINES += QT_NO_DEBUG_OUTPUT 21 DEFINES += QT_NO_DEBUG_OUTPUT