mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix
This commit is contained in:
parent
67a33f740e
commit
6203a2e8c0
11
Common/ProtocolBuffer/.gitattributes
vendored
11
Common/ProtocolBuffer/.gitattributes
vendored
@ -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
|
|
@ -1,2 +0,0 @@
|
|||||||
[LocalizedFileNames]
|
|
||||||
libprotobuf.dll=@libprotobuf.dll,0
|
|
@ -51,7 +51,7 @@ unix {
|
|||||||
}
|
}
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
INCLUDEPATH += "..\..\Common\ProtocolBuffer\google\protobuf\"
|
INCLUDEPATH += "../../Common/ProtocolBuffer/google/protobuf/"
|
||||||
LIBS += -L"..\..\Common\ProtocolBuffer\google\protobuf\bin" -llibprotobuf.dll
|
LIBS += -L"../../Common/ProtocolBuffer/google/protobuf/bin" -llibprotobuf.dll
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user