-
Notifications
You must be signed in to change notification settings - Fork 16
/
Evolve.pro
41 lines (32 loc) · 863 Bytes
/
Evolve.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-05-07T22:53:27
#
#-------------------------------------------------
QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Evolve
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
poly.cpp \
progressdialog.cpp \
settingswidget.cpp \
settings.cpp \
widgetGui.cpp \
mutation.cpp \
optimize.cpp \
analysis.cpp
HEADERS += widget.h \
poly.h \
progressdialog.h \
settingswidget.h \
settings.h \
analysis.h
FORMS += widget.ui \
progressdialog.ui \
settingswidget.ui
CONFIG += c++11
QMAKE_CXXFLAGS_RELEASE += -O3 -flto -march=native -mmmx # Crashes on some computers
QMAKE_CXXFLAGS_DEBUG += -Og -g -march=native -mmmx # Crashes on some computers
#QMAKE_CXXFLAGS_DEBUG += -Og