mirror of https://github.com/qt/qtbase.git
12 lines
368 B
Prolog
12 lines
368 B
Prolog
SOURCES += main.cpp blurpicker.cpp blureffect.cpp
|
|
HEADERS += blurpicker.h blureffect.h
|
|
RESOURCES += blurpicker.qrc
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
|
|
INSTALLS += target sources
|
|
QT += widgets
|
|
|