Fix jpeg plugin missing #22
parent
12508be02f
commit
221d6d0784
|
@ -17,3 +17,4 @@ Brandon Vandegrift <https://github.com/bmv437>
|
||||||
iKlsR <https://github.com/iKlsR>
|
iKlsR <https://github.com/iKlsR>
|
||||||
Jimmy Gunawan <https://github.com/enzyme69>
|
Jimmy Gunawan <https://github.com/enzyme69>
|
||||||
mikeruddy <https://github.com/mikeruddy>
|
mikeruddy <https://github.com/mikeruddy>
|
||||||
|
Helspank <https://github.com/Helspank>
|
|
@ -62,6 +62,9 @@ after_test:
|
||||||
- mkdir platforms
|
- mkdir platforms
|
||||||
- copy %QTDIR%\plugins\platforms\qwindows.dll %APPVEYOR_BUILD_FOLDER%\platforms\qwindows.dll
|
- copy %QTDIR%\plugins\platforms\qwindows.dll %APPVEYOR_BUILD_FOLDER%\platforms\qwindows.dll
|
||||||
- 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\platforms\
|
- 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\platforms\
|
||||||
|
- mkdir imageformats
|
||||||
|
- copy %QTDIR%\plugins\imageformats\qjpeg.dll %APPVEYOR_BUILD_FOLDER%\imageformats\qjpeg.dll
|
||||||
|
- 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\imageformats\
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '*.zip'
|
- path: '*.zip'
|
||||||
|
|
|
@ -4,10 +4,10 @@ DEFINES += NDEBUG
|
||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
|
|
||||||
isEmpty(HUMAN_VERSION) {
|
isEmpty(HUMAN_VERSION) {
|
||||||
HUMAN_VERSION = "1.0.0-beta.6"
|
HUMAN_VERSION = "1.0.0-beta.7"
|
||||||
}
|
}
|
||||||
isEmpty(VERSION) {
|
isEmpty(VERSION) {
|
||||||
VERSION = 1.0.0.6
|
VERSION = 1.0.0.7
|
||||||
}
|
}
|
||||||
|
|
||||||
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"
|
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"
|
||||||
|
|
Loading…
Reference in New Issue