qt6-bb10/examples/touch/dials/dials.pro

11 lines
210 B
Prolog

SOURCES += main.cpp
FORMS += dials.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
INSTALLS += target
QT += widgets
simulator: warning(This example might not fully work on Simulator platform)