forked from NHERI-SimCenter/MDOF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MDOF.pro
56 lines (42 loc) · 1 KB
/
MDOF.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
47
48
49
50
51
52
53
54
55
56
#-------------------------------------------------
#
# Project created by QtCreator 2017-03-11T14:00:13
#
#-------------------------------------------------
QT += core gui printsupport network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MDOF
TEMPLATE = app
include(OPS_includes.pro)
include(../SimCenterCommon/Common/Common.pri)
win32 {
RC_ICONS = icons/NHERI-MDOF-Icon.ico
} mac {
mac {
ICON = icons/NHERI-MDOF-Icon.icns
}
} else {
DEFINES += "_LINUX"
LIBS += -llapack
LIBS += -lblas
LIBS += -lgfortran
}
VERSION=1.1.1
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
SOURCES += main.cpp\
MainWindow.cpp \
MyGlWidget.cpp \
qcustomplot.cpp \
EarthquakeRecord.cpp \
SimpleSpreadsheetWidget.cpp \
ResponseWidget.cpp
HEADERS += MainWindow.h \
MyGlWidget.h \
qcustomplot.h \
EarthquakeRecord.h \
SimpleSpreadsheetWidget.h \
ResponseWidget.h
FORMS += MainWindow.ui
RESOURCES += \
images.qrc \
mdof.gif