forked from len0rd/rockbox
qeditor: on Windows it’s not impossible to create a file with AUX
Change-Id: Ic7ef01328eccbed4afddb0a09d2afbb6c1f6a28f Reviewed-on: http://gerrit.rockbox.org/811 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
7b590a9536
commit
440ff9500b
5 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
QT += widgets
|
||||
|
||||
HEADERS += mainwindow.h backend.h regtab.h analyser.h settings.h \
|
||||
std_analysers.h aux.h regdisplaypanel.h regedit.h
|
||||
std_analysers.h utils.h regdisplaypanel.h regedit.h
|
||||
SOURCES += main.cpp mainwindow.cpp regtab.cpp backend.cpp analyser.cpp \
|
||||
std_analysers.cpp settings.cpp aux.cpp regdisplaypanel.cpp regedit.cpp
|
||||
std_analysers.cpp settings.cpp utils.cpp regdisplaypanel.cpp regedit.cpp
|
||||
LIBS += -L../lib/ -lsocdesc -lxml2
|
||||
INCLUDEPATH += ../lib/ ../../hwstub/lib
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <soc_desc.hpp>
|
||||
#include "backend.h"
|
||||
#include "settings.h"
|
||||
#include "aux.h"
|
||||
#include "utils.h"
|
||||
#include "regtab.h"
|
||||
|
||||
class RegItemEditorCreator : public QItemEditorCreatorBase
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "backend.h"
|
||||
#include "settings.h"
|
||||
#include "mainwindow.h"
|
||||
#include "aux.h"
|
||||
#include "utils.h"
|
||||
|
||||
class AbstractRegEditPanel
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "aux.h"
|
||||
#include "utils.h"
|
||||
#include <QFontMetrics>
|
||||
#include <QPainter>
|
||||
#include <QTextDocument>
|
Loading…
Add table
Add a link
Reference in a new issue