summaryrefslogtreecommitdiffstats
path: root/examples/layouts/borderlayout/borderlayout.pro
blob: 19075ab4127ac951d7cfcdc3ca33e28c92fcac9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS     = borderlayout.h \
              window.h
SOURCES     = borderlayout.cpp \
              main.cpp \
              window.cpp

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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example