pro and pri files: remove unneeded empty lines, use spaces for consistency

This commit is contained in:
XhmikosR 2012-10-02 08:19:24 +03:00 committed by PKEuS
parent 85f75179ff
commit 8d08c3b58b
8 changed files with 11 additions and 16 deletions

View File

@ -1,4 +1,3 @@
HEADERS += $${BASEPATH}tinystr.h \ HEADERS += $${BASEPATH}tinystr.h \
$${BASEPATH}tinyxml.h $${BASEPATH}tinyxml.h
SOURCES += $${BASEPATH}tinystr.cpp \ SOURCES += $${BASEPATH}tinystr.cpp \

View File

@ -137,5 +137,3 @@ win32 {
HEADERS += ../cli/resource.h HEADERS += ../cli/resource.h
LIBS += -lshlwapi LIBS += -lshlwapi
} }

View File

@ -7,4 +7,3 @@ INCLUDEPATH += ../../../externals
BASEPATH = ../../../../lib/ BASEPATH = ../../../../lib/
include($$PWD/../../../lib/lib.pri) include($$PWD/../../../lib/lib.pri)

View File

@ -5,10 +5,10 @@ INCLUDEPATH += .
OBJECTS_DIR = ../build OBJECTS_DIR = ../build
MOC_DIR = ../build MOC_DIR = ../build
DEFINES += SRCDIR=\\\"$$PWD\\\"
include(../common.pri) include(../common.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
# tests # tests
SOURCES += testxmlreport.cpp SOURCES += testxmlreport.cpp

View File

@ -5,10 +5,10 @@ INCLUDEPATH += .
OBJECTS_DIR = ../build OBJECTS_DIR = ../build
MOC_DIR = ../build MOC_DIR = ../build
DEFINES += SRCDIR=\\\"$$PWD\\\"
include(../common.pri) include(../common.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
# tests # tests
SOURCES += testxmlreportv1.cpp SOURCES += testxmlreportv1.cpp

View File

@ -1,4 +1,3 @@
TEMPLATE = app TEMPLATE = app
TARGET = testrunner TARGET = testrunner
DEPENDPATH += . DEPENDPATH += .