qt6windows7/examples/widgets/effects/blurpicker/blurpicker.pro
2023-10-29 23:33:08 +01:00

10 lines
225 B
Prolog

QT += widgets
SOURCES += main.cpp blurpicker.cpp blureffect.cpp
HEADERS += blurpicker.h blureffect.h
RESOURCES += blurpicker.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/effects/blurpicker
INSTALLS += target