qt6-bb10/examples/widgets/spinboxes/spinboxes.pro

14 lines
406 B
Prolog

HEADERS = window.h
SOURCES = main.cpp \
window.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/spinboxes
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS spinboxes.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/spinboxes
INSTALLS += target sources
QT += widgets
simulator: warning(This example might not fully work on Simulator platform)