-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadnano3c.pro
More file actions
49 lines (41 loc) · 1.15 KB
/
cadnano3c.pro
File metadata and controls
49 lines (41 loc) · 1.15 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-06T14:23:23
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = cadnano3c
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
customqgraphicsview.cpp \
styles.cpp \
model/document/document.cpp \
model/cnobject.cpp \
model/vhelix/vhelix.cpp \
model/vhelix/removevhelixcommand.cpp \
model/part/part.cpp \
model/part/createxovercommand.cpp \
model/oligo/oligo.cpp \
model/strand/strand.cpp \
model/document/addpartcommand.cpp \
model/assembly/assembly.cpp
HEADERS += mainwindow.h \
customqgraphicsview.h \
styles.h \
model/document/document.h \
model/cnobject.h \
common.h \
model/vhelix/vhelix.h \
model/part/part.h \
model/vhelix/removevhelixcommand.h \
model/part/renumbervhelicescommand.h \
model/part/createxovercommand.h \
model/oligo/oligo.h \
model/strand/strand.h \
model/document/addpartcommand.h \
model/assembly/assembly.h
FORMS += mainwindow.ui
RESOURCES += \
icons.qrc