-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathEE-UQ.pro
83 lines (60 loc) · 1.58 KB
/
EE-UQ.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#-------------------------------------------------
#
# Project created by QtCreator 2017-06-06T06:31:52
#
#-------------------------------------------------
QT += core gui charts concurrent network sql qml 3dcore 3drender 3dextras printsupport quick opengl
QT += webengine webenginewidgets
QT += webenginecore
QT += webchannel
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
MOC_DIR = $$OUT_PWD/.moc
UI_DIR = $$OUT_PWD/.ui
OBJECTS_DIR = $$OUT_PWD/.obj
RCC_DIR = $$OUT_PWD/.rcc
TARGET = EE_UQ
TEMPLATE = app
VERSION=2.2.5
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += NOINTERNALFEM
QMAKE_APPLE_DEVICE_ARCHS="x86_64"
include($$PWD/ConanHelper.pri)
win32{
LIBS = $$replace(LIBS, .dll.lib, .dll)
LIBS += -lAdvapi32
LIBS +=CRYPT32.lib
LIBS +=Ws2_32.lib
LIBS+=User32.lib
DEFINES += CURL_STATICLIB
}
linux {
LIBS += -lcurl
}
win32 {
RC_ICONS = icons/NHERI-EEUQ-Icon.ico
} else {
mac {
ICON = icons/NHERI-EEUQ-Icon.icns
DEFINES += _GRAPHICS_Qt3D
target.path = /usr/local/bin
INSTALLS += target
QMAKE_INFO_PLIST=$$PWD/Info.plist
}
}
include(../SimCenterCommon/Common/Common.pri)
include(../SimCenterCommon/Workflow/Workflow.pri)
include(../SimCenterCommon/RandomVariables/RandomVariables.pri)
include(../SimCenterCommon/InputSheetBM/InputSheetBM.pri)
include(../QS3hark/QS3hark.pri)
include(./EarthquakeEvents.pri)
SOURCES += main.cpp \
WorkflowAppEE_UQ.cpp \
RunWidget.cpp
HEADERS += \
WorkflowAppEE_UQ.h\
RunWidget.h
RESOURCES += \
images.qrc \
$$PWD/styles.qrc
OTHER_FILES += conanfile.py