ostinato/test/test.pro
2011-02-21 22:17:16 +05:30

14 lines
309 B
Prolog

TEMPLATE = app
CONFIG += qt console
QT += xml network script
INCLUDEPATH += "../rpc/" "../common/"
LIBS += -L"../common/debug" -lostproto
LIBS += -lprotobuf
LIBS += -L"../extra/qhexedit2/$(OBJECTS_DIR)/" -lqhexedit2
HEADERS +=
SOURCES += main.cpp
QMAKE_DISTCLEAN += object_script.*
include(../install.pri)