summaryrefslogtreecommitdiffstats
path: root/examples/layouts/dynamiclayouts/dynamiclayouts.pro
blob: c169dd0fd6e1632e6e86a0e9c9dfca6c67b9e42f (plain)
1
2
3
4
5
6
7
8
9
HEADERS     = dialog.h
SOURCES     = dialog.cpp \
              main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/layouts/dynamiclayouts
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/layouts/dynamiclayouts
INSTALLS += target sources