Fix compilation with qmake

Fix up 7c35904062.
This commit is contained in:
Chocobo1 2022-05-16 01:13:39 +08:00
parent e82c50ed73
commit 9d858d5cd7
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -197,11 +197,9 @@ FORMS += \
RESOURCES += $$PWD/about.qrc
stacktrace {
!unix {
HEADERS += $$PWD/stacktracedialog.h
SOURCES += $$PWD/stacktracedialog.cpp
FORMS += $$PWD/stacktracedialog.ui
}
HEADERS += $$PWD/stacktracedialog.h
SOURCES += $$PWD/stacktracedialog.cpp
FORMS += $$PWD/stacktracedialog.ui
}
win32|macx {