]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/shape/ortedemo.pro
logo of shape demo added
[orte.git] / orte / contrib / shape / ortedemo.pro
1 SOURCES += main.cpp \
2         MyQFrame.cpp \
3         richtext.cpp \
4         ortedemo_types.c
5 HEADERS += richtext.h \
6         MyQFrame.h
7 TARGET          = ortedemo
8
9 unix {
10   UI_DIR = .ui
11   MOC_DIR = .moc
12   OBJECTS_DIR = .obj
13 }
14
15
16
17
18
19 FORMS   = MainForm.ui \
20         FPublisher.ui \
21         FSubscriber.ui
22 IMAGES  = ocera_logo.png \
23         shapes.png
24 TEMPLATE        =app
25 CONFIG  += qt debug
26 INCLUDEPATH     += /orte/orte/include .
27 LIBS    += /orte/debug/orte/liborte/liborte.a -lpthread
28 LANGUAGE        = C++