Skip to content

Commit 8d08c3b

Browse files
XhmikosRPKEuS
authored andcommitted
pro and pri files: remove unneeded empty lines, use spaces for consistency
1 parent 85f7517 commit 8d08c3b

File tree

8 files changed

+11
-16
lines changed

8 files changed

+11
-16
lines changed

console_common.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ contains(QMAKE_CXX, cl) {
1919
}
2020

2121
CONFIG(release, debug|release) {
22-
DEFINES += NDEBUG
22+
DEFINES += NDEBUG
2323
}

externals/tinyxml/tinyxml.pri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
HEADERS += $${BASEPATH}tinystr.h \
32
$${BASEPATH}tinyxml.h
43
SOURCES += $${BASEPATH}tinystr.cpp \

gui/gui.pro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,3 @@ win32 {
137137
HEADERS += ../cli/resource.h
138138
LIBS += -lshlwapi
139139
}
140-
141-

gui/test/benchmark/common.pri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ INCLUDEPATH += ../../../externals
77

88
BASEPATH = ../../../../lib/
99
include($$PWD/../../../lib/lib.pri)
10-

gui/test/xmlreport/xmlreport.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ INCLUDEPATH += .
55
OBJECTS_DIR = ../build
66
MOC_DIR = ../build
77

8-
DEFINES += SRCDIR=\\\"$$PWD\\\"
9-
108
include(../common.pri)
119

10+
DEFINES += SRCDIR=\\\"$$PWD\\\"
11+
1212
# tests
1313
SOURCES += testxmlreport.cpp
1414

gui/test/xmlreportv1/xmlreportv1.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ INCLUDEPATH += .
55
OBJECTS_DIR = ../build
66
MOC_DIR = ../build
77

8-
DEFINES += SRCDIR=\\\"$$PWD\\\"
9-
108
include(../common.pri)
119

10+
DEFINES += SRCDIR=\\\"$$PWD\\\"
11+
1212
# tests
1313
SOURCES += testxmlreportv1.cpp
1414

lib/pcrerules.pri

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# If HAVE_RULES=yes is passed to qmake, use PCRE and enable rules
22
contains(HAVE_RULES, [yY][eE][sS]) {
3-
CONFIG += use_pcre_rules
3+
CONFIG += use_pcre_rules
44
}
55

66
use_pcre_rules {
7-
DEFINES += HAVE_RULES
8-
LIBS += -L../externals -lpcre
9-
INCLUDEPATH += ../externals
10-
message("Rules enabled - to disable them and remove the dependency on PCRE, pass HAVE_RULES=no to qmake.")
7+
DEFINES += HAVE_RULES
8+
LIBS += -L../externals -lpcre
9+
INCLUDEPATH += ../externals
10+
message("Rules enabled - to disable them and remove the dependency on PCRE, pass HAVE_RULES=no to qmake.")
1111
} else {
12-
message("Rules disabled - to enable them, make PCRE available and pass HAVE_RULES=yes to qmake.")
12+
message("Rules disabled - to enable them, make PCRE available and pass HAVE_RULES=yes to qmake.")
1313
}

test/test.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
TEMPLATE = app
32
TARGET = testrunner
43
DEPENDPATH += .

0 commit comments

Comments
 (0)