forked from azer89/Star_Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIslamicStarPatterns.pro
More file actions
51 lines (40 loc) · 983 Bytes
/
IslamicStarPatterns.pro
File metadata and controls
51 lines (40 loc) · 983 Bytes
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
47
48
49
50
51
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-06T12:01:20
#
#-------------------------------------------------
QT += core gui opengl svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = IslamicStarPatterns
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
GLContainer.cpp \
GLWidget.cpp \
tinyxml2.cpp \
PatternGenerator.cpp \
SystemParams.cpp \
Triangulator.cpp
HEADERS += mainwindow.h \
ALine.h \
AVector.h \
GLContainer.h \
GLWidget.h \
VertexData.h \
tinyxml2.h \
PatternGenerator.h \
TilingData.h \
SystemParams.h \
RibbonSegment.h \
Triangulator.h
FORMS += mainwindow.ui
INCLUDEPATH += /usr/include/
LIBS += -L/usr/include/
LIBS += -lCGAL
LIBS += -lgmp
LIBS += -lmpfr
QMAKE_CXXFLAGS += -frounding-math -O3
QMAKE_CXXFLAGS += -std=gnu++1y
OTHER_FILES += \
archimedeans.xml \
hanbury.xml