Skip to content

Commit b74d24c

Browse files
daniel-kristjanssonjyavenard
authored andcommitted
Fix clang build.
1 parent d87fbce commit b74d24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythbase/test/test_mythtimer/test_mythtimer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TARGET = test_mythtimer
66
DEPENDPATH += . ../..
77
INCLUDEPATH += . ../..
88

9-
eval(QMAKE_CXX = g++) {
9+
contains(QMAKE_CXX, "g++") {
1010
QMAKE_CXXFLAGS += -O0 -fprofile-arcs -ftest-coverage
1111
QMAKE_LFLAGS += -fprofile-arcs
1212
}

0 commit comments

Comments
 (0)