-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMyGraphics.pro
More file actions
49 lines (40 loc) · 966 Bytes
/
Copy pathMyGraphics.pro
File metadata and controls
49 lines (40 loc) · 966 Bytes
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 2012-06-01T12:50:47
#
#-------------------------------------------------
QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MyGraphics
TEMPLATE = app
include(src/qtpropertybrowser.pri)
SOURCES += main.cpp\
mygraphics.cpp \
mygraphicsscene.cpp \
item/iRect.cpp \
item/iEllipse.cpp \
item/iText.cpp \
GluGraphicsView.cpp \
aqp/kuhn_munkres.cpp \
aqp/aqp.cpp \
aqp/alt_key.cpp \
undocommands/commands.cpp
HEADERS += mygraphics.h \
mygraphicsscene.h \
global_types.h \
item/iRect.h \
item/iEllipse.h \
item/MyItem.h \
item/iText.h \
GluGraphicsView.h \
aqp/kuhn_munkres.hpp \
aqp/aqp.hpp \
aqp/alt_key.hpp \
undocommands/commands.h
FORMS += mygraphics.ui
RESOURCES += \
qrc.qrc \
aqp/aqp.qrc
OTHER_FILES += \
aqp/mime.types \
aqp/aqp.pro