-
Notifications
You must be signed in to change notification settings - Fork 0
/
ILDARenderer.pro
46 lines (36 loc) · 880 Bytes
/
ILDARenderer.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-25T22:13:56
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ILDARenderer
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
laserscene.cpp \
laserfunctions.cpp \
ildaserializer.cpp \
laserfunctionsilda.cpp \
ildalaserscene.cpp \
modeldata.cpp \
3d/quaternion.cpp \
satcollision.cpp
HEADERS += mainwindow.h \
laserscene.h \
laserfunctions.h \
ildaserializer.h \
laserfunctionsilda.h \
ildalaserscene.h \
modeldata.h \
3d/quaternion.h \
satcollision.h \
types.h
FORMS += mainwindow.ui
CONFIG += C++11
INCLUDEPATH += $$PWD/libs/eigen-eigen-1306d75b4a21
OTHER_FILES += \
README.md \
LICENSE \
Notes.txt