1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add breakpad.pri for all platforms except linux for now

This commit is contained in:
Dominik Louven 2020-03-27 14:25:13 +01:00
parent a0bfeb094c
commit 0af6940c3d

View File

@ -5,6 +5,9 @@ CONFIG += c++17
TARGETPATH = ScreenPlay
include($$PWD/../Common/qt-google-analytics/qt-google-analytics.pri)
!unix {
include($$PWD/../Common/qt-breakpad/qt-breakpad.pri)
}
ICON = favicon.ico