History | View | Annotate | Download (233 Bytes)
QMAKE_CXXFLAGS += -funsigned-char
CONFIG += qt debug warn_on link_prl
QT += network
INCLUDEPATH += ../common
LIBS += -L../common -lcommon
SOURCES += main.cpp
SOURCES += Controller.cpp
HEADERS += Controller.h
TARGET = controller