Skip to content

Commit 1f952be

Browse files
committed
update build scripts
1 parent 3cf5247 commit 1f952be

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See https://github.com/rinigus/systemdatascope/tree/master/screenshots for scree
3535

3636
Everyone are welcome to join. RRDtool commands for graph generation are not complete. Linux desktop/Sailfish interface both require polishing. Current issues are listed under "Issues" in GitHub. If you have found a bug or have a suggestion, submit it as a new issue.
3737

38-
For developing interface, please choose PRO(ject) file that corresponds to the platform you want to develop for. Before loading PRO file into Qt Creator, make a symbolic link qml/Platform that points to corresponding platform specification (qml/Platform.silica or qml/Platform.qtcontrols, for example). Try to separate program logic from some specific platform GUI and position the code either in cross-platform (qml or src) or Platform sections, respectively.
38+
For developing interface, please choose PRO(ject) file that corresponds to the platform you want to develop for. Please note that QtControls version of PRO-file is located in qtcontrols subdirectory. Before loading PRO file into Qt Creator, make a symbolic link qml/Platform that points to corresponding platform specification (qml/Platform.silica or qml/Platform.qtcontrols, for example). Try to separate program logic from some specific platform GUI and position the code either in cross-platform (qml or src) or Platform sections, respectively.
3939

4040

4141
## Used software and Acknowledgments

rpm/systemdatascope.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Name: systemdatascope
1414
%{?qtc_builddir:%define _builddir %qtc_builddir}
1515
Summary: System Data Scope
1616
Version: 0.4.0
17-
Release: 1
17+
Release: 2
1818
Group: Qt/Qt
1919
License: MIT
2020
URL: http://github.org/rinigus/systemdatascope

rpm/systemdatascope.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: systemdatascope
22
Summary: System Data Scope
33
Version: 0.4.0
4-
Release: 1
4+
Release: 2
55
# The contents of the Group field should be one of the groups listed here:
66
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
77
Group: Qt/Qt

0 commit comments

Comments
 (0)