forked from NHERI-SimCenter/WE-UQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WE-UQTests.pro
50 lines (37 loc) · 1.09 KB
/
WE-UQTests.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
QT += testlib
QT += core gui charts concurrent network 3dcore 3drender 3dextras printsupport
CONFIG += qt warn_on depend_includepath testcase file_copies
include($$PWD/ConanHelper.pri)
#Disable m64 flag on windows
win32:QMAKE_CXXFLAGS -= -m64 #TODO: This seems to be cause by smelt Conan package
TEMPLATE = app
INCLUDEPATH += StochasticWindModel/include
INCLUDEPATH += Inflow
INCLUDEPATH += ExpertCFD
INCLUDEPATH += ExpertCFD/UI
INCLUDEPATH += ExpertCFD/Analysis
INCLUDEPATH += ExpertCFD/CFDanalysis
INCLUDEPATH += ExpertCFD/SimCenter_widgets
win32 {
LIBS += -lAdvapi32
RC_ICONS = icons/NHERI-WEuq-Icon.ico
} else {
mac {
ICON = icons/NHERI-WEuq-Icon.icns
}
}
include(./WindEvents.pri)
SOURCES += WorkflowAppWE.cpp \
RunWidget.cpp \
WindEDP_Selection.cpp \
StandardWindEDP.cpp
HEADERS += \
WorkflowAppWE.h \
RunWidget.h \
StandardWindEDP.h \
WindEDP_Selection.h
SOURCES += $$PWD/tests/workflowtests.cpp
examples.files = example/*
examples.path = $$OUT_PWD/$$BUILD_TYPE/example
COPIES += examples
OTHER_FILES += $$PWD/example/stochastic-example.json