forked from regarm/u8085
-
Notifications
You must be signed in to change notification settings - Fork 0
/
u8085.pro
47 lines (37 loc) · 862 Bytes
/
u8085.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 2016-01-09T23:29:52
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = u8085
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
memeditordock.cpp \
regeditor.cpp \
internal8085.cpp \
genopcodes.cpp \
register.cpp \
run.cpp \
instructionimplementation.cpp \
flagmaip.cpp \
assemble.cpp \
utils.cpp \
logdock.cpp \
instructiondatautil.cpp \
freezing.cpp
HEADERS += mainwindow.h \
memeditordock.h \
regeditor.h \
internal8085.h \
register.h \
utils.h \
debugmode.h \
logdock.h
FORMS += mainwindow.ui
DEFINES += QT_NO_CAST_FROM_ASCII
RESOURCES += \
icons.qrc
CONFIG += qt debug warn_on console