LANGUAGE = C++ VERSION = 0.1 OBJECTS_DIR = .obj MOC_DIR = .moc QT += phonon network INCLUDEPATH += ../common DEPENDPATH += ../common LIBS += -L../common -lcommon INCLUDEPATH += $$OUT_PWD/../proto LIBS += -L../proto -lproto -lprotobuf INCLUDEPATH += ../enet/include LIBS += -L$$PWD/enet/.libs -lenet CONFIG(release, debug|release) { DEFINES += QT_NO_DEBUG_OUTPUT }