Move qhexedit files in their folder.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
c4a03e0434
commit
8fc3747229
9 changed files with 12 additions and 12 deletions
|
@ -20,9 +20,9 @@ add_executable(qapple
|
|||
audiogenerator.cpp
|
||||
loggingcategory.cpp
|
||||
|
||||
commands.cpp
|
||||
chunks.cpp
|
||||
qhexedit.cpp
|
||||
qhexedit2/commands.cpp
|
||||
qhexedit2/chunks.cpp
|
||||
qhexedit2/qhexedit.cpp
|
||||
)
|
||||
|
||||
find_package(Qt5 REQUIRED
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<customwidget>
|
||||
<class>QHexEdit</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>qhexedit.h</header>
|
||||
<header>qhexedit2/qhexedit.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
|
|
|
@ -18,14 +18,14 @@ SOURCES += main.cpp\
|
|||
emulator.cpp \
|
||||
video.cpp \
|
||||
graphicscache.cpp \
|
||||
chunks.cpp \
|
||||
commands.cpp \
|
||||
qhexedit.cpp \
|
||||
memorycontainer.cpp \
|
||||
preferences.cpp \
|
||||
gamepadpaddle.cpp \
|
||||
settings.cpp \
|
||||
configuration.cpp
|
||||
configuration.cpp \
|
||||
qhexedit2/chunks.cpp \
|
||||
qhexedit2/commands.cpp \
|
||||
qhexedit2/qhexedit.cpp
|
||||
|
||||
HEADERS += qapple.h \
|
||||
audiogenerator.h \
|
||||
|
@ -33,14 +33,14 @@ HEADERS += qapple.h \
|
|||
loggingcategory.h \
|
||||
video.h \
|
||||
graphicscache.h \
|
||||
chunks.h \
|
||||
commands.h \
|
||||
qhexedit.h \
|
||||
memorycontainer.h \
|
||||
preferences.h \
|
||||
gamepadpaddle.h \
|
||||
settings.h \
|
||||
configuration.h
|
||||
configuration.h \
|
||||
qhexedit2/chunks.h \
|
||||
qhexedit2/commands.h \
|
||||
qhexedit2/qhexedit.h
|
||||
|
||||
FORMS += qapple.ui \
|
||||
emulator.ui \
|
||||
|
|
Loading…
Add table
Reference in a new issue