GUI: Remove tabs from project file.

This commit is contained in:
Kimmo Varis 2010-02-27 19:26:13 +02:00
parent 58ea4f35f4
commit 3575f2ec20
1 changed files with 14 additions and 14 deletions

View File

@ -21,19 +21,19 @@ win32 {
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 \
about.ui about.ui
TRANSLATIONS = cppcheck_fi.ts \ TRANSLATIONS = cppcheck_fi.ts \
cppcheck_nl.ts \ cppcheck_nl.ts \
cppcheck_en.ts \ cppcheck_en.ts \
cppcheck_se.ts \ cppcheck_se.ts \
cppcheck_de.ts \ cppcheck_de.ts \
cppcheck_pl.ts \ cppcheck_pl.ts \
cppcheck_ru.ts cppcheck_ru.ts
# Windows-specific options # Windows-specific options
CONFIG += embed_manifest_exe CONFIG += embed_manifest_exe
@ -77,9 +77,9 @@ SOURCES += main.cpp \
csvreport.cpp csvreport.cpp
win32 { win32 {
RC_FILE = cppcheck-gui.rc RC_FILE = cppcheck-gui.rc
HEADERS += ../cli/resource.h HEADERS += ../cli/resource.h
LIBS += -lshlwapi -lhtmlhelp LIBS += -lshlwapi -lhtmlhelp
} }
# run lrelease before build # run lrelease before build