summaryrefslogtreecommitdiffstats
path: root/examples/qws/simpledecoration/simpledecoration.pro
blob: 2a4e0be51c8d23b2a953ca4118623d7994d153e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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