blob: 51b78c3b09f3187ed8cb00054c72f4ae41453993 [file] [log] [blame]
# -------------------------------------------------------------------
# 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