summaryrefslogtreecommitdiffstats
path: root/examples/layouts/borderlayout/borderlayout.pro
blob: 76a939daa4aecd53251309517098a057f35c0d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
QT += widgets
maemo5: CONFIG += qt_example