Ming Rui Zhang
9200818a50
script: use consistent name for mute jami dring option
...
Change-Id: I7e3db31838884bc585d981ced91b4294cd5a8c14
2021-06-30 10:08:46 -04:00
Maxim Cournoyer
a7e7105cda
Rename dring to jamid, ring to jami.
...
Automated via the following command:
$ git grep -l dring | grep -v '.ts$' | xargs sed -i
's/dring/jamid/g'
$ git ls-files | xargs sed -i 's,bin/jamid.lib,bin/jami.lib,g'
$ git ls-files | xargs sed -i 's,src/jamid,src/jami,g'
$ git ls-files | xargs sed -i 's,-mutejamid,-mutejami,g'
$ git checkout docker
Change-Id: I030209b60817372f866055daadb4d0a1c1e2e9df
2021-06-29 16:12:18 -04:00
Ming Rui Zhang
a2858a883b
test: change the location of local storage files when running tests
...
Change-Id: I6ee537ee1ee3928c93b9a579e2b55b6ef97af779
2021-06-08 15:11:01 -04:00
Ming Rui Zhang
a7eafe4793
test: add building blocks for qml and GTest on windows
...
- Also updated the INSTALL.md
Gitlab: #385
Change-Id: Ib5bf9f0348dbc6da57e586475d698fe8dec0351b
2021-05-04 11:19:59 -04:00
Ming Rui Zhang
c19fb112bb
build: use cmake entirely for windows
...
GitLab: #352
Change-Id: Ib373811c9d47164954a19633fd0da389eff5aac6
2021-04-14 17:09:17 -04:00
Mingrui Zhang
345da3d72a
misc: use python script to replace copy-runtime-files.ps1
...
Gitlab: #160
Change-Id: Icfaa6f891cbae159ddced3119612abe1a7a89885
2020-12-17 15:06:28 -05:00
Ming Rui Zhang
06cbe4bb48
misc: better parameterization for Qt version and toolset version
...
Change-Id: Ic8aad234c8806bd38a1b1633957503b09a01c137
2020-10-23 10:08:29 -04:00
Andreas Traczyk
512168c41e
misc: expose vs env vars to qmake command execution on windows
...
This patch prevents client build failure on systems without the
specific build toolchain path in the system or user path environment
variable.
It so happens that qmake needs the paths for the ms build toolchain,
so we pass them to the executing subprocess.
Gitlab: #581
Change-Id: Id5dcaead487d0c128c9fb04ca22d79438531b0c0
2020-08-19 16:24:23 -04:00
Yang Wang
929bc9b9ce
misc: fix qtver parameter missing for new client build script
...
Change-Id: Ibf553521c3661e4f0ff9b43e88f5e57d9ca42a11
2020-08-13 15:00:43 -04:00
Andreas Traczyk
b1465cf480
misc: default build with Qt 5.15.0
...
Qt 5.15.0 is currently the minumum build version.
Change-Id: I05273b4addf530aae046934c59eeec8811562558
Gitlab: #581
2020-08-13 14:31:55 -04:00
Andreas Traczyk
1b2590708e
qmake: fix for qt version and lrc path
...
Also configures an install prefix.
Gitlab: #581
Change-Id: Ia7496d0c8e27fa8174a797a3ab62384c13dce774
2020-08-12 17:30:39 -04:00
Sébastien Blin
1f91576a0b
client-qml: add initial commit
...
Change-Id: I32bfdd2a618aa7ac6181da2697e241667b010aab
2020-08-03 13:27:42 -04:00