-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMDVis.pro
46 lines (38 loc) · 852 Bytes
/
MDVis.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 2016-06-28T17:48:56
#
#-------------------------------------------------
QT += core gui widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MDVis
TEMPLATE = app
LIBS += -lopengl32 -lglu32 -lglut32
SOURCES += main.cpp\
MainWindow.cpp \
Atom.cpp \
FileReader.cpp \
Residue.cpp \
xdrfile.c \
xdrfile_xtc.c \
MyOpenGLWidget.cpp \
Vertex.cpp \
ColourLegend.cpp \
Transform3D.cpp \
Camera3D.cpp \
ColourMaps.cpp
HEADERS += MainWindow.h \
Atom.h \
FileReader.h \
Residue.h \
xdrfile.h \
xdrfile_xtc.h \
MyOpenGLWidget.h \
Vertex.h \
ColourLegend.h \
Transform3D.h \
Camera3D.h \
ColourMaps.h
FORMS += mainwindow.ui
RESOURCES += \
resources.qrc