X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/5c05d2a8c6ae75e14df6ec9a7503a7ec6ee01cbf..f41c1c8ff250f095b47fb6d5f7e578279b0c2844:/test/hello.pro diff --git a/test/hello.pro b/test/hello.pro index fb8fdb0..68487a8 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -3,6 +3,13 @@ TARGET = hello CONFIG += qt debug +QMAKE_CFLAGS += -O2 +QMAKE_CXXFLAGS += -O2 + +QMAKE_CFLAGS += -pg +QMAKE_CXXFLAGS += -pg +QMAKE_LFLAGS += -pg + HEADERS += DrawingArea.h \ DrawingThread.h \ DrawingWindow.h