-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDisc.pro
46 lines (38 loc) · 854 Bytes
/
Disc.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-17T18:46:18
#
#-------------------------------------------------
QT += core gui
QT += printsupport
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Disc
TEMPLATE = app
CONFIG += c++11
SOURCES += main.cpp\
mainwindow.cpp \
element.cpp \
calculator.cpp \
qcustomplot.cpp \
qtplotter.cpp \
chargestatelistwindow.cpp \
dipolescanner.cpp \
qcodesysnv.cpp \
popup.cpp
HEADERS += mainwindow.h \
element.h \
calculator.h \
qcustomplot.h \
qtplotter.h \
chargestatelistwindow.h \
dipolescanner.h \
qcodesysnv.h \
popup.h
FORMS += mainwindow.ui \
chargestatelistwindow.ui \
popup.ui
RESOURCES +=
OTHER_FILES += \
LICENSE \
README.md