qskinny/playground/anchors/anchors.pro

22 lines
281 B
Prolog
Raw Normal View History

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