qskinny/playground/anchors/anchors.pro
2019-08-30 13:13:32 +02:00

22 lines
281 B
Prolog

CONFIG += qskexample
HEADERS += \
Constraint.h \
Expression.h \
Solver.h \
Strength.h \
Term.h \
Variable.h
SOURCES += \
Expression.cpp \
Constraint.cpp \
Solver.cpp
HEADERS += \
AnchorBox.h
SOURCES += \
AnchorBox.cpp \
main.cpp