aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 89b9554a9f..712563419e 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -5,8 +5,9 @@ TEMPLATE = app
CONFIG += qtc_runnable sliced_bundle
TARGET = $$IDE_APP_TARGET
DESTDIR = $$IDE_APP_PATH
-VERSION = $$QTCREATOR_VERSION
QT -= testlib
+# work around QTBUG-74265
+win32: VERSION=
HEADERS += ../tools/qtcreatorcrashhandler/crashhandlersetup.h
SOURCES += main.cpp ../tools/qtcreatorcrashhandler/crashhandlersetup.cpp