qt6windows7/examples/widgets/qnx/foreignwindows/foreignwindows.pro

12 lines
200 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = app
HEADERS += collector.h
SOURCES += main.cpp collector.cpp
LIBS += -lscreen
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/qnx/foreignwindows
INSTALLS += target