mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2024-12-04 03:10:22 +01:00
update to gta5view 1.8.x
This commit is contained in:
parent
dc5f1dc84b
commit
bfe4dcf306
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ stages:
|
||||||
|
|
||||||
Windows Portable:
|
Windows Portable:
|
||||||
stage: build
|
stage: build
|
||||||
image: syping/qt5-static-mingw:5.9.6
|
image: sypingauto/gta5view-build:1.8-static
|
||||||
variables:
|
variables:
|
||||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
||||||
[submodule "gta5view"]
|
[submodule "gta5view"]
|
||||||
path = gta5view
|
path = gta5view
|
||||||
url = https://gitlab.com/Syping/gta5view.git/
|
url = https://gitlab.com/Syping/gta5view.git/
|
||||||
branch = 1.6.x
|
branch = 1.8.x
|
||||||
|
|
2
gta5view
2
gta5view
|
@ -1 +1 @@
|
||||||
Subproject commit feabaac48eadfcc5a7ccc998884f1f96432d3f7c
|
Subproject commit f8049c817804c71c046ee5613d15dda555f5e441
|
|
@ -1,6 +1,6 @@
|
||||||
#/*****************************************************************************
|
#/*****************************************************************************
|
||||||
#* gta5view-cmd - gta5view Command Line
|
#* gta5view-cmd - gta5view Command Line
|
||||||
#* Copyright (C) 2017-2018 Syping
|
#* Copyright (C) 2017-2020 Syping
|
||||||
#*
|
#*
|
||||||
#* This program is free software: you can redistribute it and/or modify
|
#* This program is free software: you can redistribute it and/or modify
|
||||||
#* it under the terms of the GNU General Public License as published by
|
#* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -32,7 +32,7 @@ HEADERS += \
|
||||||
|
|
||||||
INCLUDEPATH += ./gta5view
|
INCLUDEPATH += ./gta5view
|
||||||
|
|
||||||
DEFINES += GTA5SYNC_NOASSIST
|
DEFINES += SNAPMATIC_NODEFAULT
|
||||||
|
|
||||||
# WINDOWS ONLY
|
# WINDOWS ONLY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue