qt6windows7/tests/manual/examples/widgets/touch/dials/dials.pro
2023-11-01 18:02:52 +01:00

9 lines
141 B
Prolog

QT += widgets
SOURCES += main.cpp
FORMS += dials.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/touch/dials
INSTALLS += target