qt6windows7/examples/widgets/qnx/foreignwindows/foreignwindows.pro
2023-10-29 23:33:08 +01:00

12 lines
200 B
Prolog

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