Backport -config profile
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 22 May 2008 19:59:55 +0000 (19:59 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 22 May 2008 19:59:55 +0000 (19:59 +0000)
build/buildconf.pri

index b85f153..d10ba14 100644 (file)
@@ -23,3 +23,13 @@ mac:Tiger {
  QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
  CONFIG += x86 ppc
 }
+
+sputdev {
+  DEFINES *= SPUTDEV
+}
+
+profile {
+  CONFIG += debug
+  QMAKE_CXXFLAGS_DEBUG += -pg
+  QMAKE_LFLAGS_DEBUG += -pg
+}