summaryrefslogtreecommitdiffstats
path: root/pacman-c++/common.pri
blob: 51db8acd5f81fb9ba676fff3d4cf4496f977b4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LANGUAGE = C++
VERSION = 0.1

QT += phonon network

DESTDIR = ../

INCLUDEPATH += ../common
DEPENDPATH += ../common
LIBS += -L.. -lcommon

INCLUDEPATH += $$OUT_PWD/../proto
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
}