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

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

symbian: CONFIG += qt_example