qskinny/examples/layouts/layouts.pro

23 lines
403 B
Prolog
Raw Normal View History

2017-07-21 18:21:34 +02:00
include( $${PWD}/../examples.pri )
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