๐Ÿ“ฆ zeyap / IK-ufo-catcher

๐Ÿ“„ basicdrawing.pro ยท 19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19QT += widgets core gui

INCLUDEPATH+= \Eigen

HEADERS       = window.h \
    renderarea.h \
    linkedstructure.h \
    link.h \
    ik.h
SOURCES       = main.cpp\ window.cpp \
    renderarea.cpp \
    linkedstructure.cpp \
    ik.cpp \
    link.cpp
RESOURCES += basicdrawing.qrc