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 4eef717..1bd3551 100644 --- a/app/app.pro +++ b/app/app.pro @@ -10,6 +10,10 @@ static { QT += svg } +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + SOURCES += main.cpp RESOURCES += \ |