summaryrefslogtreecommitdiffstats
path: root/Tools/qmake/mkspecs/features/gprof.prf
blob: 51b78c3b09f3187ed8cb00054c72f4ae41453993 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -------------------------------------------------------------------
# This optional feature file adds rules that make running gprof
# on QtWebKit easier.
#
# See 'Tools/qmake/README' for an overview of the build system
# -------------------------------------------------------------------

build?(webkit2): error("WebKit2 is not supported with gprof")

QMAKE_CXXFLAGS += -pg
QMAKE_LFLAGS += -pg