PERFORCE change 166445 for review
Jonathan Anderson
jona at FreeBSD.org
Thu Jul 23 14:10:03 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=166445
Change 166445 by jona at jona-trustedbsd-belle-vmware on 2009/07/23 14:09:15
Use Qt-standard way of adding debug flags
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/sandbox_qt.pro#3 edit
Differences ...
==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/sandbox_qt.pro#3 (text+ko) ====
@@ -1,11 +1,11 @@
TEMPLATE = app
+CONFIG += qt debug
+
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
LIBS += -lcapability -luserangel -lsbuf
-QMAKE_CFLAGS += -g -ggdb
-QMAKE_CXXFLAGS += -g -ggdb
QMAKE_LFLAGS += -rdynamic
# Input
More information about the p4-projects
mailing list