Elias Steurer
|
0f5b310f68
|
Merge branch 'master' into qt6-kde
# Conflicts:
# ScreenPlay/CMakeLists.txt
# ScreenPlay/app.cpp
# ScreenPlay/src/screenplaymanager.cpp
# Tools/build.py
|
2021-12-31 13:32:37 +01:00 |
|
Elias Steurer
|
55b4608f69
|
WIP on master: bb738ca Fix qml Wallpaper and Widget setup missing qrc
|
2021-12-11 17:05:41 +01:00 |
|
Elias Steurer
|
feb9648684
|
Refactor to use Qt6 style cmake/qml plugins
|
2021-10-15 15:06:05 +02:00 |
|
Elias Steurer
|
4504f06eb1
|
Merge branch 'master' into qt6-support
# Conflicts:
# CMakeLists.txt
# ScreenPlay/app.h
# ScreenPlay/main.cpp
# ScreenPlay/main.qml
# ScreenPlay/qml/Navigation/Navigation.qml
# ScreenPlay/src/settings.h
# ScreenPlay/translations/ScreenPlay_zh_cn.qm
# ScreenPlayWallpaper/CMakeLists.txt
# ScreenPlayWallpaper/SPWResources.qrc
# ScreenPlayWallpaper/qml/Wallpaper.qml
|
2021-09-10 11:09:38 +02:00 |
|
Elias Steurer
|
d5276b8169
|
Add Qt5 and Qt6 compatibility to CMake
Because the WebEngine got renamed we have
to make it this ugly. This will only work with Qt5
for now because Qt6 still breaks things.
|
2021-07-11 08:27:13 +02:00 |
|
Elias Steurer
|
2fb9e728d0
|
Format target_link_libraries
|
2021-06-25 16:28:30 +02:00 |
|
Elias Steurer
|
a577decdc9
|
Add some Qt6 cmake support
WebEngine is missing because the current 6.2 installed
has a broken WebEngine
|
2021-06-20 18:50:54 +02:00 |
|
Elias Steurer
|
74aff2cea0
|
Add GPU Sysinfo
Update vcpkg to latest master
|
2021-05-12 17:09:24 +02:00 |
|
Elias Steurer
|
7e10ae47e2
|
Add uptime to sysinfo
|
2021-02-13 20:14:10 +01:00 |
|
Elias Steurer
|
4dcea75242
|
Move util functions and global enums into dedicated lib
This will make reusing easier like enum parsing between
ScreenPlay and ScreenPlayWallpaper &
project load/save
|
2021-01-28 15:19:46 +01:00 |
|
Elias Steurer
|
8e117cebfd
|
Call format-cmake.py
|
2020-10-29 18:53:52 +01:00 |
|
Elias Steurer
|
d6b27d30a5
|
Remove CMake min version to only set it in main CMakeList.txt
|
2020-10-02 21:29:11 +02:00 |
|
Elias Steurer
|
c8a87e1ef9
|
Fix sysinfo sdk not building shared bin
|
2020-09-10 17:07:01 +02:00 |
|
Elias Steurer
|
e1b40a7d4c
|
More settings save reworking
|
2020-07-31 11:58:05 +02:00 |
|
Elias Steurer
|
c76bebb68b
|
Remove install step
|
2020-07-08 17:10:27 +02:00 |
|
Elias Steurer
|
9ce9467dd7
|
Fix cmake be compilable on linux
Downgrade to 3.16 that ships with Ubuntu 20.04
Fix QML modules that does not exists ( cmake on Windows just ignores this lol)
|
2020-05-16 13:37:32 +02:00 |
|
Elias Steurer
|
799a115c36
|
Add cmake QtCreator readme setup
|
2020-05-03 13:11:26 +02:00 |
|
Elias Steurer
|
b69d71544c
|
Add copy of files into the qt/qml folder
|
2020-05-01 17:44:21 +02:00 |
|
Elias Steurer
|
c7fd69a78e
|
Add first working cmake version for ScreenPlay
Refactor stomt sdk from qmake/github to cmake/gitlab
|
2020-04-30 20:03:14 +02:00 |
|
Elias Steurer
|
8b347cad9f
|
Fix version an add auto install script to replace install-dependencies
|
2020-03-16 11:50:35 +01:00 |
|
Elias Steurer
|
2e20673e67
|
Fix cmake files to be able to open the project in QtCreator
|
2020-03-10 12:34:34 +01:00 |
|
Elias Steurer
|
d1bee5aa8f
|
Add autoconversion based of https://github.com/davidtazy/QMake2CMake
|
2020-03-10 12:16:58 +01:00 |
|