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

14 lines
400 B
Prolog

TEMPLATE = app
HEADERS = analogclock.h \
mydecoration.h
SOURCES = analogclock.cpp \
main.cpp \
mydecoration.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/simpledecoration
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qws/simpledecoration
INSTALLS += target sources
QT += widgets