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

Fix compiling

This commit is contained in:
kelteseth 2018-11-17 18:38:02 +01:00
parent 69c6c9eb58
commit 2c059d2efc
4 changed files with 11 additions and 7 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c96cd9bfc6ccbee21eaf465f3936a3610baf32a8f6fd9b1f148f529efbebd64
size 9250304

View File

@ -10,12 +10,12 @@ uri = net.aimber.workshop
SOURCES += \
screenplayworkshop_plugin.cpp \
workshop.cpp \
aimberapi.cpp
aimberapi.cpp
HEADERS += \
screenplayworkshop_plugin.h \
workshop.h \
aimberapi.h
aimberapi.h
DISTFILES = qmldir
@ -32,7 +32,7 @@ qmldir.files = qmldir
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
qmldir.path = $$installPath
target.path = $$installPath
INSTALLS += target qmldir
INSTALLS += target qmldir install_it
win32 {
@ -50,8 +50,9 @@ unix {
LIBS += -L$$PWD/ThirdParty/steam/lib/linux64/ -lsdkencryptedappticket
}
win32 {
INCLUDEPATH += "../../Common/ProtocolBuffer/google/protobuf/"
LIBS += -L"../../Common/ProtocolBuffer/google/protobuf/bin" -llibprotobuf.dll
}
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../Common/ProtocolBuffer/google/protobuf/bin/ -llibprotobuf
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../Common/ProtocolBuffer/google/protobuf/bin/ -llibprotobufd
else:unix: LIBS += -L$$PWD/../../Common/ProtocolBuffer/google/protobuf/bin/ -llibprotobuf
INCLUDEPATH += $$PWD/../../Common/ProtocolBuffer/google/protobuf
DEPENDPATH += $$PWD/../../Common/ProtocolBuffer/google/protobuf