-
Notifications
You must be signed in to change notification settings - Fork 0
/
GBW.pro
59 lines (53 loc) · 1.93 KB
/
GBW.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
######################################################################
# Automatically generated by qmake (2.01a) lun. nov. 14 12:14:21 2011
######################################################################
CONFIG += debug
QT += opengl
TEMPLATE = app
TARGET = bin/GBW
DEPENDPATH += . \
include \
include/graphics \
include/emulator \
include/debugger \
src \
src/graphics \
src/emulator \
src/debugger \
INCLUDEPATH += . \
include \
include/graphics \
include/emulator \
include/debugger
LIBS +=
OBJECTS_DIR = ./obj
MOC_DIR = ./obj
# Input
HEADERS += include/MainWindow.hpp \
include/App.hpp \
include/Settings.hpp \
include/graphics/GraphicsEngine.hpp \
include/graphics/RenderOpenGL.hpp \
include/emulator/Emulator.hpp \
include/debugger/Debugger.hpp \
include/debugger/MemWatcher.hpp \
include/debugger/InfosWatcher.hpp \
include/debugger/AsmWatcher.hpp \
include/debugger/TileWatcher.hpp
SOURCES += src/main.cpp \
src/MainWindow.cpp \
src/App.cpp \
src/Settings.cpp \
src/graphics/GraphicsEngine.cpp \
src/graphics/RenderOpenGL.cpp \
src/emulator/Emulator.cpp \
src/emulator/Init.cpp \
src/emulator/Cpu.cpp \
src/emulator/Graphics.cpp \
src/emulator/State.cpp \
src/debugger/Debugger.cpp \
src/debugger/MemWatcher.cpp \
src/debugger/InfosWatcher.cpp \
src/debugger/Mnemonic.cpp \
src/debugger/AsmWatcher.cpp \
src/debugger/TileWatcher.cpp