a889305c7e
all examples compile again
15 lines
371 B
Prolog
15 lines
371 B
Prolog
TEMPLATE = \
|
|
subdirs
|
|
SUBDIRS = \
|
|
blurpicker \
|
|
lighting \
|
|
fademessage
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects
|
|
INSTALLS += target sources
|
|
|
|
QT += widgets
|