2018-10-04 10:16:50 +02:00
|
|
|
include( $${PWD}/../example.pri )
|
2017-07-21 18:21:34 +02:00
|
|
|
|
|
|
|
TARGET = layouts
|
|
|
|
|
|
|
|
QT += quick
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
TestRectangle.h \
|
|
|
|
ButtonBox.h \
|
|
|
|
FlowLayoutPage.h \
|
|
|
|
LinearLayoutPage.h \
|
|
|
|
DynamicConstraintsPage.h \
|
|
|
|
StackLayoutPage.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
TestRectangle.cpp \
|
|
|
|
ButtonBox.cpp \
|
|
|
|
FlowLayoutPage.cpp \
|
|
|
|
LinearLayoutPage.cpp \
|
|
|
|
DynamicConstraintsPage.cpp \
|
|
|
|
StackLayoutPage.cpp \
|
|
|
|
main.cpp
|