-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAppInfo.h
30 lines (22 loc) · 973 Bytes
/
AppInfo.h
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
// Copyright 2019 ESRI
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
//
// You may freely redistribute and use this sample code, with or
// without modification, provided you include the original copyright
// notice and use restrictions.
//
// See the Sample code usage restrictions document for further information.
//
#ifndef __APPINFO__
#define __APPINFO__
//------------------------------------------------------------------------------
#define kOrganizationName "NHERI SimCenter"
#define kOrganizationDomain "simcenter.designsafe-ci.org/"
#define kApplicationName "RDT"
#define kApplicationVersion "0.0.1"
#define kApplicationDescription "NHERI SimCenter RDT"
#define kApplicationSourceUrl "qrc:/qml/main.qml"
//------------------------------------------------------------------------------
#endif