-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEPSRgui.pro
87 lines (83 loc) · 2.79 KB
/
EPSRgui.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
83
84
85
86
87
######################################################################
# Automatically generated by qmake (3.0) Thu Jul 21 16:47:13 2016
######################################################################
#CONFIG += console //implement this if need somewhere for outputs to go e.g. printf
CONFIG += c++11
QT += core gui widgets printsupport
TEMPLATE = app
TARGET = EPSRgui
INCLUDEPATH += src/
DEPENDPATH += src/
OBJECTS_DIR = src/
MOC_DIR = src/
RCC_DIR = src/
UI_DIR = src/
# Input
FORMS += src/addatodialog.ui \
src/boxcompositiondialog.ui \
src/createnewdialog.ui \
src/epsrproject.ui \
src/makeatomdialog.ui \
src/makelatticedialog.ui \
src/messagesdialog.ui \
src/moloptionsdialog.ui \
src/plotdialog.ui \
src/settingsdialog.ui \
src/importdialog.ui \
src/plotboxdialog.ui \
src/setupoutputdialog.ui \
src/notesdialog.ui \
src/removecomponentdialog.ui \
src/makemollattdialog.ui \
src/exchangeableatomsdialog.ui
HEADERS += src/addatodialog.h \
src/array.h \
src/boxcompositiondialog.h \
src/createnewdialog.h \
src/datafilesettings.h \
src/epsrproject.h \
src/makeatomdialog.h \
src/makelatticedialog.h \
src/messagesdialog.h \
src/molfiles.h \
src/moloptionsdialog.h \
src/plotdialog.h \
src/qcustomplot.h \
src/settingsdialog.h \
src/wtscomponent.h \
src/importdialog.h \
src/plotboxdialog.h \
src/setupoutputdialog.h \
src/notesdialog.h \
src/removecomponentdialog.h \
src/makemollattdialog.h \
src/exchangeableatomsdialog.h
SOURCES += src/addatodialog_funcs.cpp \
src/boxatofile.cpp \
src/boxcompositiondialog_funcs.cpp \
src/createnewdialog_funcs.cpp \
src/datafilesettings.cpp \
src/epsrproject_mainwin.cpp \
src/main.cpp \
src/makeatomdialog_funcs.cpp \
src/makelatticedialog_funcs.cpp \
src/messagesdialog_funcs.cpp \
src/molfiles.cpp \
src/moloptionsdialog_funcs.cpp \
src/plot1_mainwin.cpp \
src/plot2_mainwin.cpp \
src/plotdialog_funcs.cpp \
src/qcustomplot.cpp \
src/runepsroptions.cpp \
src/settingsdialog_funcs.cpp \
src/setupepsr.cpp \
src/wtscomponent.cpp \
src/wtsfiles.cpp \
src/importdialog_funcs.cpp \
src/plotboxdialog_funcs.cpp \
src/setupoutputdialog_funcs.cpp \
src/notesdialog_funcs.cpp \
src/removecomponentdialog_funcs.cpp \
src/makemollattdialog_funcs.cpp \
src/exchangeableatomsdialog.cpp
RESOURCES += src/EPSRproject.qrc