new/app/forlinx/forlinx_qt/qopenglwidget/qopenglwidget.pro
2025-05-10 21:58:58 +08:00

19 lines
322 B
Prolog

QT += widgets
TARGET = fltest_qt_qopenglwidget
SOURCES += main.cpp \
glwidget.cpp \
mainwindow.cpp \
bubble.cpp
HEADERS += glwidget.h \
mainwindow.h \
bubble.h
RESOURCES += texture.qrc
# install
target.path = /${LICHEE_BR_OUT}/target/usr/bin/
INSTALLS += target