We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87fbce commit b74d24cCopy full SHA for b74d24c
mythtv/libs/libmythbase/test/test_mythtimer/test_mythtimer.pro
@@ -6,7 +6,7 @@ TARGET = test_mythtimer
6
DEPENDPATH += . ../..
7
INCLUDEPATH += . ../..
8
9
-eval(QMAKE_CXX = g++) {
+contains(QMAKE_CXX, "g++") {
10
QMAKE_CXXFLAGS += -O0 -fprofile-arcs -ftest-coverage
11
QMAKE_LFLAGS += -fprofile-arcs
12
}
0 commit comments