xref: /OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/ui.pro (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1include($$PWD/../../buildout.pri)
2
3QT += widgets xml
4TEMPLATE = lib
5TARGET = ui
6
7DEFINES +=UI_LIBRARY
8HEADERS += \
9    iwidget.h \
10    messagebox.h \
11    iwidgetbridge.h
12
13SOURCES += \
14    iwidget.cpp \
15    messagebox.cpp \
16    iwidgetbridge.cpp
17
18
19LIBS += -lcore
20