-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPGR.pro
48 lines (39 loc) · 796 Bytes
/
PGR.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-11-26T17:58:14
#
#-------------------------------------------------
QT += core gui opengl
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PGR
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
openglwidget.cpp \
element.cpp \
line.cpp \
point.cpp \
data.cpp \
metaelement.cpp \
changeslog.cpp \
guideline.cpp \
gui.cpp \
rectangle.cpp \
font.cpp \
selection.cpp
HEADERS += mainwindow.h \
openglwidget.h \
element.h \
line.h \
point.h \
data.h \
metaelement.h \
changeslog.h \
guideline.h \
gui.h \
rectangle.h \
font.h \
selection.h
FORMS +=
RESOURCES += \
pgr2013.qrc