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