1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-02 17:12:41 +01:00

Remove linux code files from macos

This commit is contained in:
Elias Steurer 2020-04-20 16:35:46 +02:00
parent 61aa1d5867
commit 3a8c686043

View File

@ -19,14 +19,6 @@ SOURCES += \
HEADERS += \
src/basewindow.h \
unix{
SOURCES += \
src/linuxwindow.cpp
HEADERS += \
src/linuxwindow.h
}
win32 {
include($$PWD/../Common/qt-breakpad/qt-breakpad.pri)
LIBS += -luser32
@ -75,12 +67,18 @@ macx {
src/macwindow.h
}
unix {
unix:!macx {
install_it.path = $${OUT_PWD}/
LIBS += -lX11
SOURCES += \
src/linuxwindow.cpp
HEADERS += \
src/linuxwindow.h
CONFIG(debug, debug|release) {
install_it.files += \
$$PWD/../Common/vcpkg/installed/x64-linux/debug/bin/libcrypto-1_1-x64.so \