LANGUAGE = C++ VERSION = 0.1 DESTDIR = ../ INCLUDEPATH += ../common DEPENDPATH += ../common INCLUDEPATH += $$OUT_PWD/../proto INCLUDEPATH += ../enet/include contains(TEMPLATE, app) { LIBS += -L.. -lcommon LIBS += -L.. -lproto -lprotobuf 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 }