GUI: Project file cleanup.
This commit is contained in:
parent
dcfc7aa3f0
commit
eac3a8c86c
82
gui/gui.pro
82
gui/gui.pro
|
@ -23,14 +23,14 @@ win32 {
|
|||
}
|
||||
|
||||
RESOURCES = gui.qrc
|
||||
FORMS = main.ui \
|
||||
resultsview.ui \
|
||||
FORMS = about.ui \
|
||||
application.ui \
|
||||
settings.ui \
|
||||
file.ui \
|
||||
projectfile.ui \
|
||||
about.ui \
|
||||
logview.ui \
|
||||
main.ui \
|
||||
projectfile.ui \
|
||||
resultsview.ui \
|
||||
settings.ui \
|
||||
stats.ui
|
||||
|
||||
TRANSLATIONS = cppcheck_fi.ts \
|
||||
|
@ -50,63 +50,63 @@ CONFIG += embed_manifest_exe
|
|||
BASEPATH = ../lib/
|
||||
include($$PWD/../lib/lib.pri)
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
checkthread.h \
|
||||
resultsview.h \
|
||||
resultstree.h \
|
||||
settingsdialog.h \
|
||||
threadresult.h \
|
||||
threadhandler.h \
|
||||
applicationlist.h \
|
||||
HEADERS += aboutdialog.h \
|
||||
application.h \
|
||||
applicationdialog.h \
|
||||
aboutdialog.h \
|
||||
applicationlist.h \
|
||||
checkstatistics.h \
|
||||
checkthread.h \
|
||||
common.h \
|
||||
csvreport.h \
|
||||
erroritem.h \
|
||||
filelist.h \
|
||||
fileviewdialog.h \
|
||||
logview.h \
|
||||
mainwindow.h \
|
||||
project.h \
|
||||
projectfile.h \
|
||||
projectfiledialog.h \
|
||||
report.h \
|
||||
resultstree.h \
|
||||
resultsview.h \
|
||||
settingsdialog.h \
|
||||
statsdialog.h \
|
||||
threadhandler.h \
|
||||
threadresult.h \
|
||||
translationhandler.h \
|
||||
txtreport.h \
|
||||
xmlreport.h \
|
||||
xmlreportv1.h \
|
||||
xmlreportv2.h \
|
||||
translationhandler.h \
|
||||
csvreport.h \
|
||||
logview.h \
|
||||
filelist.h \
|
||||
statsdialog.h \
|
||||
checkstatistics.h \
|
||||
application.h
|
||||
xmlreportv2.h
|
||||
|
||||
SOURCES += main.cpp \
|
||||
mainwindow.cpp\
|
||||
checkthread.cpp \
|
||||
resultsview.cpp \
|
||||
resultstree.cpp \
|
||||
threadresult.cpp \
|
||||
threadhandler.cpp \
|
||||
settingsdialog.cpp \
|
||||
applicationlist.cpp \
|
||||
SOURCES += aboutdialog.cpp \
|
||||
application.cpp \
|
||||
applicationdialog.cpp \
|
||||
aboutdialog.cpp \
|
||||
applicationlist.cpp \
|
||||
checkstatistics.cpp \
|
||||
checkthread.cpp \
|
||||
csvreport.cpp \
|
||||
erroritem.cpp \
|
||||
filelist.cpp \
|
||||
fileviewdialog.cpp \
|
||||
logview.cpp \
|
||||
main.cpp \
|
||||
mainwindow.cpp\
|
||||
project.cpp \
|
||||
projectfile.cpp \
|
||||
projectfiledialog.cpp \
|
||||
erroritem.cpp \
|
||||
report.cpp \
|
||||
resultstree.cpp \
|
||||
resultsview.cpp \
|
||||
settingsdialog.cpp \
|
||||
statsdialog.cpp \
|
||||
threadhandler.cpp \
|
||||
threadresult.cpp \
|
||||
translationhandler.cpp \
|
||||
txtreport.cpp \
|
||||
xmlreport.cpp \
|
||||
xmlreportv1.cpp \
|
||||
xmlreportv2.cpp \
|
||||
translationhandler.cpp \
|
||||
csvreport.cpp \
|
||||
logview.cpp \
|
||||
filelist.cpp \
|
||||
statsdialog.cpp \
|
||||
checkstatistics.cpp \
|
||||
application.cpp
|
||||
xmlreportv2.cpp
|
||||
|
||||
win32 {
|
||||
DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||
|
|
Loading…
Reference in New Issue