summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common.pri
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 20:14:34 +0200
committermanuel <manuel@mausz.at>2011-05-05 20:14:34 +0200
commita8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14 (patch)
treeb94132013ecb183018891b634731af38327adf2f /pacman-c++/common.pri
parentce48af53646cd9e7ec762fc1ac176b3aa620b11d (diff)
downloadfoop-a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14.tar.gz
foop-a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14.tar.bz2
foop-a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14.zip
- the last fixes for new build setup
- better connect dialog
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