From a8b2bc4fb37d1649ac91f0b0ea2dfe05ca5e3a14 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 5 May 2011 20:14:34 +0200 Subject: - the last fixes for new build setup - better connect dialog --- pacman-c++/common.pri | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pacman-c++/common.pri') 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 @@ LANGUAGE = C++ VERSION = 0.1 -OBJECTS_DIR = .obj -MOC_DIR = .moc - QT += phonon network +DESTDIR = ../ + INCLUDEPATH += ../common DEPENDPATH += ../common -LIBS += -L../common -lcommon +LIBS += -L.. -lcommon INCLUDEPATH += $$OUT_PWD/../proto -LIBS += -L../proto -lproto -lprotobuf +LIBS += -L.. -lproto -lprotobuf INCLUDEPATH += ../enet/include LIBS += -L$$PWD/enet/.libs -lenet +# enable this if you want to link the archive +#win32:LIBS += -lws2_32 -lwinmm CONFIG(release, debug|release) { DEFINES += QT_NO_DEBUG_OUTPUT -- cgit v1.2.3