You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,17 +50,13 @@ A simple offline-first synchronisation framework, to synchronize data of Qt appl
50
50
- Package: `qtdatasync`
51
51
- **IMPORTANT:** Due to limitations of homebrew, you must run `source /usr/local/opt/qtdatasync/bashrc.sh` before you can use the module. Some goes for the `qtjsonserializer` dependency.
52
52
2. Simply add my repository to your Qt MaintenanceTool (Image-based How-To here: [Add custom repository](https://github.com/Skycoder42/QtModules/blob/master/README.md#add-my-repositories-to-qt-maintenancetool)):
53
-
1. Open the MaintenanceTool, located in your Qt install directory (e.g. `~/Qt/MaintenanceTool`)
54
-
2. Select `Add or remove components` and click on the `Settings` button
55
-
3. Go to `Repositories`, scroll to the bottom, select `User defined repositories` and press `Add`
56
-
4. In the right column (selected by default), type:
53
+
1. Start the MaintenanceTool from the commandline using `/path/to/MaintenanceTool --addTempRepository <url>` with one of the following urls (GUI-Method is currently broken, see [QTIFW-1156](https://bugreports.qt.io/browse/QTIFW-1156)) - This must be done *every time* you start the tool:
57
54
- On Linux: https://install.skycoder42.de/qtmodules/linux_x64
58
55
- On Windows: https://install.skycoder42.de/qtmodules/windows_x86
59
56
- On Mac: https://install.skycoder42.de/qtmodules/mac_x64
60
-
5. Press `Ok`, make shure `Add or remove components` is still selected, and continue the install (`Next >`)
61
-
6. A new entry appears under all supported Qt Versions (e.g. `Qt > Qt 5.8 > Skycoder42 Qt modules`)
62
-
7. You can install either all of my modules, or select the one you need: `Qt Data Sync`
63
-
8. Continue the setup and thats it! you can now use the module for all of your installed Kits for that Qt Version
57
+
2. A new entry appears under all supported Qt Versions (e.g. `Qt > Qt 5.11 > Skycoder42 Qt modules`)
58
+
3. You can install either all of my modules, or select the one you need: `Qt Datasync`
59
+
4. Continue the setup and thats it! you can now use the module for all of your installed Kits for that Qt
64
60
3. Download the compiled modules from the release page. **Note:** You will have to add the correct ones yourself and may need to adjust some paths to fit your installation! In addition to that, you will have to download the modules this one depends on as well. See Section "Requirements" below.
65
61
4. Build it yourself! **Note:** This requires all build an runtime dependencies to be available (See Section "Requirements" below). If you don't have/need cmake, you can ignore the related warnings. To automatically build and install to your Qt installation, run:
0 commit comments