diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/app.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro index 21676b1..41566ec 100644 --- a/app/app.pro +++ b/app/app.pro @@ -6,6 +6,10 @@ QT += positioning QT += core CONFIG += c++11 link_pkgconfig +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + HEADERS += \ markermodel.h \ guidance_module.h \ |