1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
This commit is contained in:
kelteseth 2018-11-17 18:35:09 +01:00
parent 67a33f740e
commit 6203a2e8c0
3 changed files with 2 additions and 15 deletions

View File

@ -1,11 +0,0 @@
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.kra filter=lfs diff=lfs merge=lfs -text
*.blend filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.lib filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text

View File

@ -1,2 +0,0 @@
[LocalizedFileNames]
libprotobuf.dll=@libprotobuf.dll,0

View File

@ -51,7 +51,7 @@ unix {
}
win32 {
INCLUDEPATH += "..\..\Common\ProtocolBuffer\google\protobuf\"
LIBS += -L"..\..\Common\ProtocolBuffer\google\protobuf\bin" -llibprotobuf.dll
INCLUDEPATH += "../../Common/ProtocolBuffer/google/protobuf/"
LIBS += -L"../../Common/ProtocolBuffer/google/protobuf/bin" -llibprotobuf.dll
}