summaryrefslogtreecommitdiffstats
path: root/examples/gui/rhiwindow/rhiwindow.pro
blob: 18f259aaf63ad51e0a0285158ecbec30e03516e0 (plain)
1
2
3
4
5
6
7
8
9
include(rhiwindow.pri)

QT += gui-private

SOURCES += \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/gui/rhiwindow
INSTALLS += target