mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix compiling
This commit is contained in:
parent
69c6c9eb58
commit
2c059d2efc
BIN
Common/ProtocolBuffer/google/protobuf/bin/libprotobuf.lib
Normal file
BIN
Common/ProtocolBuffer/google/protobuf/bin/libprotobuf.lib
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c96cd9bfc6ccbee21eaf465f3936a3610baf32a8f6fd9b1f148f529efbebd64
|
||||
size 9250304
|
BIN
Common/ProtocolBuffer/google/protobuf/bin/libprotobufd.lib
Normal file
BIN
Common/ProtocolBuffer/google/protobuf/bin/libprotobufd.lib
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user