qt5base-lts/examples/effects/effects.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

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