GUI: Fix gui.pro EOL style.
This commit is contained in:
parent
29422b8552
commit
9182b8be19
232
gui/gui.pro
232
gui/gui.pro
|
@ -1,116 +1,116 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = cppcheck-gui
|
TARGET = cppcheck-gui
|
||||||
QT += xml
|
QT += xml
|
||||||
CONFIG += warn_on help
|
CONFIG += warn_on help
|
||||||
DEPENDPATH += . \
|
DEPENDPATH += . \
|
||||||
../lib
|
../lib
|
||||||
INCLUDEPATH += . \
|
INCLUDEPATH += . \
|
||||||
../lib
|
../lib
|
||||||
LIBS+=-L../externals
|
LIBS+=-L../externals
|
||||||
|
|
||||||
DESTDIR = .
|
DESTDIR = .
|
||||||
RCC_DIR = temp
|
RCC_DIR = temp
|
||||||
MOC_DIR = temp
|
MOC_DIR = temp
|
||||||
OBJECTS_DIR = temp
|
OBJECTS_DIR = temp
|
||||||
UI_DIR = temp
|
UI_DIR = temp
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
DESTDIR = ../Build/gui
|
DESTDIR = ../Build/gui
|
||||||
RCC_DIR = ../BuildTmp/gui
|
RCC_DIR = ../BuildTmp/gui
|
||||||
MOC_DIR = ../BuildTmp/gui
|
MOC_DIR = ../BuildTmp/gui
|
||||||
OBJECTS_DIR = ../BuildTmp/gui
|
OBJECTS_DIR = ../BuildTmp/gui
|
||||||
UI_DIR = ../BuildTmp/gui
|
UI_DIR = ../BuildTmp/gui
|
||||||
}
|
}
|
||||||
|
|
||||||
RESOURCES = gui.qrc
|
RESOURCES = gui.qrc
|
||||||
FORMS = main.ui \
|
FORMS = main.ui \
|
||||||
resultsview.ui \
|
resultsview.ui \
|
||||||
application.ui \
|
application.ui \
|
||||||
settings.ui \
|
settings.ui \
|
||||||
file.ui \
|
file.ui \
|
||||||
projectfile.ui \
|
projectfile.ui \
|
||||||
about.ui \
|
about.ui \
|
||||||
logview.ui \
|
logview.ui \
|
||||||
stats.ui
|
stats.ui
|
||||||
|
|
||||||
TRANSLATIONS = cppcheck_fi.ts \
|
TRANSLATIONS = cppcheck_fi.ts \
|
||||||
cppcheck_fr.ts \
|
cppcheck_fr.ts \
|
||||||
cppcheck_nl.ts \
|
cppcheck_nl.ts \
|
||||||
cppcheck_en.ts \
|
cppcheck_en.ts \
|
||||||
cppcheck_sv.ts \
|
cppcheck_sv.ts \
|
||||||
cppcheck_de.ts \
|
cppcheck_de.ts \
|
||||||
cppcheck_pl.ts \
|
cppcheck_pl.ts \
|
||||||
cppcheck_ru.ts \
|
cppcheck_ru.ts \
|
||||||
cppcheck_ja.ts \
|
cppcheck_ja.ts \
|
||||||
cppcheck_sr.ts
|
cppcheck_sr.ts
|
||||||
|
|
||||||
# Windows-specific options
|
# Windows-specific options
|
||||||
CONFIG += embed_manifest_exe
|
CONFIG += embed_manifest_exe
|
||||||
|
|
||||||
BASEPATH = ../lib/
|
BASEPATH = ../lib/
|
||||||
include($$PWD/../lib/lib.pri)
|
include($$PWD/../lib/lib.pri)
|
||||||
|
|
||||||
HEADERS += mainwindow.h \
|
HEADERS += mainwindow.h \
|
||||||
checkthread.h \
|
checkthread.h \
|
||||||
resultsview.h \
|
resultsview.h \
|
||||||
resultstree.h \
|
resultstree.h \
|
||||||
settingsdialog.h \
|
settingsdialog.h \
|
||||||
threadresult.h \
|
threadresult.h \
|
||||||
threadhandler.h \
|
threadhandler.h \
|
||||||
applicationlist.h \
|
applicationlist.h \
|
||||||
applicationdialog.h \
|
applicationdialog.h \
|
||||||
aboutdialog.h \
|
aboutdialog.h \
|
||||||
common.h \
|
common.h \
|
||||||
erroritem.h \
|
erroritem.h \
|
||||||
fileviewdialog.h \
|
fileviewdialog.h \
|
||||||
project.h \
|
project.h \
|
||||||
projectfile.h \
|
projectfile.h \
|
||||||
projectfiledialog.h \
|
projectfiledialog.h \
|
||||||
report.h \
|
report.h \
|
||||||
txtreport.h \
|
txtreport.h \
|
||||||
xmlreport.h \
|
xmlreport.h \
|
||||||
xmlreportv1.h \
|
xmlreportv1.h \
|
||||||
xmlreportv2.h \
|
xmlreportv2.h \
|
||||||
translationhandler.h \
|
translationhandler.h \
|
||||||
csvreport.h \
|
csvreport.h \
|
||||||
logview.h \
|
logview.h \
|
||||||
filelist.h \
|
filelist.h \
|
||||||
statsdialog.h \
|
statsdialog.h \
|
||||||
checkstatistics.h \
|
checkstatistics.h \
|
||||||
application.h
|
application.h
|
||||||
|
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
mainwindow.cpp\
|
mainwindow.cpp\
|
||||||
checkthread.cpp \
|
checkthread.cpp \
|
||||||
resultsview.cpp \
|
resultsview.cpp \
|
||||||
resultstree.cpp \
|
resultstree.cpp \
|
||||||
threadresult.cpp \
|
threadresult.cpp \
|
||||||
threadhandler.cpp \
|
threadhandler.cpp \
|
||||||
settingsdialog.cpp \
|
settingsdialog.cpp \
|
||||||
applicationlist.cpp \
|
applicationlist.cpp \
|
||||||
applicationdialog.cpp \
|
applicationdialog.cpp \
|
||||||
aboutdialog.cpp \
|
aboutdialog.cpp \
|
||||||
fileviewdialog.cpp \
|
fileviewdialog.cpp \
|
||||||
project.cpp \
|
project.cpp \
|
||||||
projectfile.cpp \
|
projectfile.cpp \
|
||||||
projectfiledialog.cpp \
|
projectfiledialog.cpp \
|
||||||
erroritem.cpp \
|
erroritem.cpp \
|
||||||
report.cpp \
|
report.cpp \
|
||||||
txtreport.cpp \
|
txtreport.cpp \
|
||||||
xmlreport.cpp \
|
xmlreport.cpp \
|
||||||
xmlreportv1.cpp \
|
xmlreportv1.cpp \
|
||||||
xmlreportv2.cpp \
|
xmlreportv2.cpp \
|
||||||
translationhandler.cpp \
|
translationhandler.cpp \
|
||||||
csvreport.cpp \
|
csvreport.cpp \
|
||||||
logview.cpp \
|
logview.cpp \
|
||||||
filelist.cpp \
|
filelist.cpp \
|
||||||
statsdialog.cpp \
|
statsdialog.cpp \
|
||||||
checkstatistics.cpp \
|
checkstatistics.cpp \
|
||||||
application.cpp
|
application.cpp
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
DEFINES += _CRT_SECURE_NO_WARNINGS
|
DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||||
RC_FILE = cppcheck-gui.rc
|
RC_FILE = cppcheck-gui.rc
|
||||||
HEADERS += ../cli/resource.h
|
HEADERS += ../cli/resource.h
|
||||||
LIBS += -lshlwapi
|
LIBS += -lshlwapi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue