xref: /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/qopenglwidget.pro (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1QT += widgets
2
3TARGET = fltest_qt_qopenglwidget
4SOURCES += main.cpp \
5           glwidget.cpp \
6           mainwindow.cpp \
7           bubble.cpp
8
9HEADERS += glwidget.h \
10           mainwindow.h \
11           bubble.h
12
13RESOURCES += texture.qrc
14
15# install
16target.path = /${LICHEE_BR_OUT}/target/usr/bin/
17INSTALLS += target
18
19