-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpep8.pro
115 lines (109 loc) · 2.82 KB
/
pep8.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# #####################################################################
# Automatically generated by qmake (2.01a) Mon Apr 13 22:35:17 2009
# #####################################################################
TEMPLATE = app
TARGET = Pep8
DEPENDPATH += .
INCLUDEPATH += .
QT += webenginewidgets
QT += widgets
QT += printsupport
# Mac icon/plist
ICON = images/icon.icns
QMAKE_INFO_PLIST = app.plist
#Windows RC file for icon:
RC_FILE = pep8resources.rc
# Input
HEADERS += mainwindow.h \
sourcecodepane.h \
objectcodepane.h \
cpupane.h \
assemblerlistingpane.h \
memorytracepane.h \
memorydumppane.h \
inputpane.h \
outputpane.h \
terminalpane.h \
redefinemnemonicsdialog.h \
pep.h \
byteconverterhex.h \
byteconverterdec.h \
byteconverterchar.h \
byteconverterbin.h \
pep.h \
helpdialog.h \
listingtracepane.h \
asm.h \
code.h \
argument.h \
sim.h \
enu.h \
pephighlighter.h \
cpphighlighter.h \
aboutpep.h \
memorycellgraphicsitem.h \
stackframefsm.h \
byteconverterinstr.h
FORMS += mainwindow.ui \
sourcecodepane.ui \
objectcodepane.ui \
cpupane.ui \
assemblerlistingpane.ui \
memorytracepane.ui \
memorydumppane.ui \
inputpane.ui \
outputpane.ui \
terminalpane.ui \
redefinemnemonicsdialog.ui \
byteconverterhex.ui \
byteconverterdec.ui \
byteconverterchar.ui \
byteconverterbin.ui \
helpdialog.ui \
listingtracepane.ui \
aboutpep.ui \
byteconverterinstr.ui
SOURCES += main.cpp \
mainwindow.cpp \
sourcecodepane.cpp \
objectcodepane.cpp \
cpupane.cpp \
assemblerlistingpane.cpp \
memorytracepane.cpp \
memorydumppane.cpp \
inputpane.cpp \
outputpane.cpp \
terminalpane.cpp \
redefinemnemonicsdialog.cpp \
byteconverterhex.cpp \
byteconverterdec.cpp \
byteconverterchar.cpp \
byteconverterbin.cpp \
pep.cpp \
helpdialog.cpp \
listingtracepane.cpp \
asm.cpp \
code.cpp \
sim.cpp \
pephighlighter.cpp \
cpphighlighter.cpp \
aboutpep.cpp \
memorycellgraphicsitem.cpp \
stackframefsm.cpp \
byteconverterinstr.cpp
RESOURCES += pep8resources.qrc \
helpresources.qrc
DISTFILES += \
ProjectDefs.pri \
Installer/config/control.js \
Installer/packages/pep8/installscript.js \
Installer/InstallerConfig.pri \
Installer/config/configlinux.xml \
Installer/config/configwin32.xml \
Installer/packages/pep8/package.xml \
Installer/packages/pep8/License.txt
#Add this include to the bottom of your project to enable automated installer creation
#Include the definitions file that sets all variables needed for the InstallerConfig Script
include("ProjectDefs.pri")
#Lastly, include and run the installer config script
include("Installer/InstallerConfig.pri")