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 }