summaryrefslogtreecommitdiffstats
path: root/examples/widgets/qnx/foreignwindows/foreignwindows.pro
blob: 09ff8633eb3b4681410d66f58bf708fd9274beb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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