blob: c2a1beadc8c6084577104acf34b0f7a6db1149ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
######################################################################
# Automatically generated by qmake (2.01a) Tue May 12 15:22:25 2009
######################################################################
# Input
SOURCES += main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/anchorlayout
sources.files = $$SOURCES $$HEADERS $$RESOURCES anchorlayout.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/anchorlayout
INSTALLS += target sources
TARGET = anchorlayout_example
CONFIG+=console
|