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:
parent
a0bfeb094c
commit
0af6940c3d
@ -5,6 +5,9 @@ CONFIG += c++17
|
|||||||
TARGETPATH = ScreenPlay
|
TARGETPATH = ScreenPlay
|
||||||
|
|
||||||
include($$PWD/../Common/qt-google-analytics/qt-google-analytics.pri)
|
include($$PWD/../Common/qt-google-analytics/qt-google-analytics.pri)
|
||||||
|
!unix {
|
||||||
|
include($$PWD/../Common/qt-breakpad/qt-breakpad.pri)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
ICON = favicon.ico
|
ICON = favicon.ico
|
||||||
|
Loading…
Reference in New Issue
Block a user