diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-28 14:36:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-28 14:36:31 +0200 |
commit | 265232d0ec91b457d882d0d0322e9d2f4b2cffac (patch) | |
tree | bfcdd1754e3ef7cdbfd4d5fdc2530c693b0301aa /client | |
parent | acd6ce94aec16860ee5c0b690707db4feb428f72 (diff) |
qt debug and editor autocomplete config for vscode (tested linux)
Diffstat (limited to 'client')
-rw-r--r-- | client/client.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index a9f38f1..cd0990a 100644 --- a/client/client.pro +++ b/client/client.pro @@ -11,3 +11,4 @@ SOURCES += \ target.path = $$[QT_INSTALL_EXAMPLES]/charts/zoomlinechart INSTALLS += target +CONFIG += force_debug_info |