kiwi code moved to subdirectory
This commit is contained in:
parent
cccf946144
commit
03b2b45ca3
@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
#include "AnchorBox.h"
|
#include "AnchorBox.h"
|
||||||
|
|
||||||
#include "Solver.h"
|
#include "kiwi/Solver.h"
|
||||||
#include "Constraint.h"
|
#include "kiwi/Constraint.h"
|
||||||
#include "Variable.h"
|
#include "kiwi/Variable.h"
|
||||||
#include "Expression.h"
|
#include "kiwi/Expression.h"
|
||||||
|
|
||||||
#include <QskEvent.h>
|
#include <QskEvent.h>
|
||||||
#include <QskQuick.h>
|
#include <QskQuick.h>
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
CONFIG += qskexample
|
CONFIG += qskexample
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
Constraint.h \
|
kiwi/Constraint.h \
|
||||||
Expression.h \
|
kiwi/Expression.h \
|
||||||
Solver.h \
|
kiwi/Solver.h \
|
||||||
Strength.h \
|
kiwi/Strength.h \
|
||||||
Term.h \
|
kiwi/Term.h \
|
||||||
Variable.h
|
kiwi/Variable.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
Expression.cpp \
|
kiwi/Expression.cpp \
|
||||||
Constraint.cpp \
|
kiwi/Constraint.cpp \
|
||||||
Solver.cpp
|
kiwi/Solver.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
AnchorBox.h
|
AnchorBox.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user