projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1313d02
)
pro-file fix for unix
author
Alexey Chernobaev
<achernobaev@dev.rtsoft.ru>
Fri, 2 Mar 2018 18:19:28 +0000
(21:19 +0300)
committer
Alexey Chernobaev
<achernobaev@dev.rtsoft.ru>
Fri, 2 Mar 2018 18:19:28 +0000
(21:19 +0300)
src/heaptrack_gui.pro
patch
|
blob
|
history
diff --git
a/src/heaptrack_gui.pro
b/src/heaptrack_gui.pro
index fd024f52c770285b93f220937f0297ab7a0c61a6..700957e67e4dd20bf118514c7731bcbb8f263c88 100644
(file)
--- a/
src/heaptrack_gui.pro
+++ b/
src/heaptrack_gui.pro
@@
-19,6
+19,7
@@
win32 {
unix {
# QMAKE_CXXFLAGS += -std=c++0x
# QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter # disable 'unused parameter' warning
+ CONFIG *= USE_CHART
DEFINES *= USE_CHART
LIBS += -lboost_program_options -lboost_iostreams -lpthread
}