1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add Mac qmake statements to .pro for native code compilation

This commit is contained in:
Dominik Louven 2018-11-27 11:33:43 +01:00
parent 79ac3477c9
commit 1b9e20eebf

View File

@ -12,6 +12,14 @@ SOURCES += \
HEADERS += \
src/SPWmainwindow.h
macx: {
QMAKE_LFLAGS += -framework Cocoa
SOURCES += src/macintegration.cpp
HEADERS += src/macintegration.h \
src/macbridge.h
OBJECTIVE_SOURCES += src/MacBridge.mm
}
RESOURCES += \
SPWResources.qrc