diff options
Diffstat (limited to 'app/app.pro')
-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 3607728..ca7426f 100644 --- a/app/app.pro +++ b/app/app.pro @@ -2,6 +2,10 @@ TARGET = taskmanager QT = quickcontrols2 websockets charts +CONFIG(release, debug|release) { + QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) +} + SOURCES += \ main.cpp \ taskmanager.cpp \ |