refs #540 Add the ability to capture the current call stack, and use it in singleShot.

This commit is contained in:
Mathew Sutcliffe
2015-12-05 23:30:28 +00:00
parent 886f9937ce
commit 1282fc4c14
5 changed files with 131 additions and 1 deletions

View File

@@ -86,6 +86,12 @@ win32-g++: QMAKE_CXXFLAGS_DEBUG += -Og
equals(WORD_SIZE,64)|!win32: BLACK_CONFIG -= FSX FS9
################################
# For BlackMisc::getStackTrace
################################
linux-g++: QMAKE_LFLAGS_DEBUG *= -rdynamic
################################
# Suppress stupid warnings
################################