qskinny/examples/layouts/layouts.pro

21 lines
406 B
Prolog
Raw Normal View History

2019-04-02 09:07:09 +02:00
CONFIG += qskexample
2017-07-21 18:21:34 +02:00
HEADERS += \
TestRectangle.h \
ButtonBox.h \
FlowLayoutPage.h \
2019-05-10 07:33:41 +02:00
GridLayoutPage.h \
2017-07-21 18:21:34 +02:00
LinearLayoutPage.h \
DynamicConstraintsPage.h \
StackLayoutPage.h
SOURCES += \
TestRectangle.cpp \
ButtonBox.cpp \
FlowLayoutPage.cpp \
2019-05-10 07:33:41 +02:00
GridLayoutPage.cpp \
2017-07-21 18:21:34 +02:00
LinearLayoutPage.cpp \
DynamicConstraintsPage.cpp \
StackLayoutPage.cpp \
main.cpp