qskinny/examples/layouts/layouts.pro
2018-10-04 10:16:50 +02:00

23 lines
402 B
Prolog

include( $${PWD}/../example.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