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 \
$${BASEPATH}tinyxml.h
SOURCES += $${BASEPATH}tinystr.cpp \

View File

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

View File

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

View File

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

View File

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

View File

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