@@ -1,20 +1,21 | |||||
1 | ############################################################################# |
|
1 | ############################################################################# | |
2 | # Makefile for building: PAULs_LPPMON_PLUGINS |
|
2 | # Makefile for building: PAULs_LPPMON_PLUGINS | |
3 |
# Generated by qmake ( |
|
3 | # Generated by qmake (3.0) (Qt 5.2.1) | |
4 | # Project: PAULs_LPPMON_PLUGINS.pro |
|
4 | # Project: PAULs_LPPMON_PLUGINS.pro | |
5 | # Template: subdirs |
|
5 | # Template: subdirs | |
6 |
# Command: /usr/bin/qmake-qt |
|
6 | # Command: /usr/bin/qmake-qt5 -o Makefile PAULs_LPPMON_PLUGINS.pro | |
7 | ############################################################################# |
|
7 | ############################################################################# | |
8 |
|
8 | |||
9 | first: make_default |
|
|||
10 | MAKEFILE = Makefile |
|
9 | MAKEFILE = Makefile | |
11 | QMAKE = /usr/bin/qmake-qt4 |
|
10 | ||
|
11 | first: make_first | |||
|
12 | QMAKE = /usr/bin/qmake-qt5 | |||
12 | DEL_FILE = rm -f |
|
13 | DEL_FILE = rm -f | |
13 | CHK_DIR_EXISTS= test -d |
|
14 | CHK_DIR_EXISTS= test -d | |
14 | MKDIR = mkdir -p |
|
15 | MKDIR = mkdir -p | |
15 | COPY = cp -f |
|
16 | COPY = cp -f | |
16 |
COPY_FILE = |
|
17 | COPY_FILE = cp -f | |
17 |
COPY_DIR = |
|
18 | COPY_DIR = cp -f -R | |
18 | INSTALL_FILE = install -m 644 -p |
|
19 | INSTALL_FILE = install -m 644 -p | |
19 | INSTALL_PROGRAM = install -m 755 -p |
|
20 | INSTALL_PROGRAM = install -m 755 -p | |
20 | INSTALL_DIR = $(COPY_DIR) |
|
21 | INSTALL_DIR = $(COPY_DIR) | |
@@ -22,105 +23,238 DEL_FILE = rm -f | |||||
22 | SYMLINK = ln -f -s |
|
23 | SYMLINK = ln -f -s | |
23 | DEL_DIR = rmdir |
|
24 | DEL_DIR = rmdir | |
24 | MOVE = mv -f |
|
25 | MOVE = mv -f | |
25 | CHK_DIR_EXISTS= test -d |
|
|||
26 | MKDIR = mkdir -p |
|
|||
27 | SUBTARGETS = \ |
|
26 | SUBTARGETS = \ | |
28 | sub-rmapplugin |
|
27 | sub-rmapplugin | |
29 |
|
28 | |||
30 | rmapplugin/$(MAKEFILE): |
|
29 | ||
31 | @$(CHK_DIR_EXISTS) rmapplugin/ || $(MKDIR) rmapplugin/ |
|
|||
32 | cd rmapplugin/ && $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -spec /usr/lib64/qt4/mkspecs/linux-g++ -o $(MAKEFILE) |
|
|||
33 | sub-rmapplugin-qmake_all: FORCE |
|
30 | sub-rmapplugin-qmake_all: FORCE | |
34 | @$(CHK_DIR_EXISTS) rmapplugin/ || $(MKDIR) rmapplugin/ |
|
31 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
35 |
cd rmapplugin/ && $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro |
|
32 | cd rmapplugin/ && $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile | |
36 | sub-rmapplugin: rmapplugin/$(MAKEFILE) FORCE |
|
33 | cd rmapplugin/ && $(MAKE) -f Makefile qmake_all | |
37 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) |
|
34 | sub-rmapplugin: FORCE | |
38 | sub-rmapplugin-make_default-ordered: rmapplugin/$(MAKEFILE) FORCE |
|
35 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
39 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) |
|
36 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile | |
40 | sub-rmapplugin-make_default: rmapplugin/$(MAKEFILE) FORCE |
|
37 | sub-rmapplugin-make_first-ordered: FORCE | |
41 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) |
|
38 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
42 | sub-rmapplugin-make_first-ordered: rmapplugin/$(MAKEFILE) FORCE |
|
39 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile | |
43 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) first |
|
40 | sub-rmapplugin-make_first: FORCE | |
44 | sub-rmapplugin-make_first: rmapplugin/$(MAKEFILE) FORCE |
|
41 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
45 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) first |
|
42 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile | |
46 |
sub-rmapplugin-all-ordered: |
|
43 | sub-rmapplugin-all-ordered: FORCE | |
47 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) all |
|
44 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
48 | sub-rmapplugin-all: rmapplugin/$(MAKEFILE) FORCE |
|
45 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile all | |
49 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) all |
|
46 | sub-rmapplugin-all: FORCE | |
50 | sub-rmapplugin-clean-ordered: rmapplugin/$(MAKEFILE) FORCE |
|
47 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
51 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) clean |
|
48 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile all | |
52 |
sub-rmapplugin-clean: |
|
49 | sub-rmapplugin-clean-ordered: FORCE | |
53 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) clean |
|
50 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
54 | sub-rmapplugin-distclean-ordered: rmapplugin/$(MAKEFILE) FORCE |
|
51 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile clean | |
55 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) distclean |
|
52 | sub-rmapplugin-clean: FORCE | |
56 | sub-rmapplugin-distclean: rmapplugin/$(MAKEFILE) FORCE |
|
53 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
57 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) distclean |
|
54 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile clean | |
58 |
sub-rmapplugin- |
|
55 | sub-rmapplugin-distclean-ordered: FORCE | |
59 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) install |
|
56 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
60 | sub-rmapplugin-install_subtargets: rmapplugin/$(MAKEFILE) FORCE |
|
57 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile distclean | |
61 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) install |
|
58 | sub-rmapplugin-distclean: FORCE | |
62 | sub-rmapplugin-uninstall_subtargets-ordered: rmapplugin/$(MAKEFILE) FORCE |
|
59 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
63 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) uninstall |
|
60 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile distclean | |
64 |
sub-rmapplugin- |
|
61 | sub-rmapplugin-install_subtargets-ordered: FORCE | |
65 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) uninstall |
|
62 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
63 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile install | |||
|
64 | sub-rmapplugin-install_subtargets: FORCE | |||
|
65 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |||
|
66 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile install | |||
|
67 | sub-rmapplugin-uninstall_subtargets-ordered: FORCE | |||
|
68 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |||
|
69 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile uninstall | |||
|
70 | sub-rmapplugin-uninstall_subtargets: FORCE | |||
|
71 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |||
|
72 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile uninstall | |||
66 |
|
73 | |||
67 |
Makefile: PAULs_LPPMON_PLUGINS.pro |
|
74 | Makefile: PAULs_LPPMON_PLUGINS.pro /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf /usr/lib64/qt5/mkspecs/features/spec_pre.prf \ | |
68 |
/usr/lib64/qt |
|
75 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf \ | |
69 |
/usr/lib64/qt |
|
76 | /usr/lib64/qt5/mkspecs/common/unix.conf \ | |
70 |
/usr/lib64/qt |
|
77 | /usr/lib64/qt5/mkspecs/common/linux.conf \ | |
71 |
/usr/lib64/qt |
|
78 | /usr/lib64/qt5/mkspecs/common/gcc-base.conf \ | |
72 |
/usr/lib64/qt |
|
79 | /usr/lib64/qt5/mkspecs/common/gcc-base-unix.conf \ | |
73 |
/usr/lib64/qt |
|
80 | /usr/lib64/qt5/mkspecs/common/g++-base.conf \ | |
74 |
/usr/lib64/qt |
|
81 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf \ | |
75 |
/usr/lib64/qt |
|
82 | /usr/lib64/qt5/mkspecs/qconfig.pri \ | |
76 |
/usr/lib64/qt |
|
83 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \ | |
77 |
/usr/lib64/qt |
|
84 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri \ | |
78 |
/usr/lib64/qt |
|
85 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri \ | |
79 |
/usr/lib64/qt |
|
86 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor_private.pri \ | |
80 |
/usr/lib64/qt |
|
87 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent.pri \ | |
81 |
/usr/lib64/qt |
|
88 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \ | |
82 |
/usr/lib64/qt |
|
89 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core.pri \ | |
83 |
/usr/lib64/qt |
|
90 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core_private.pri \ | |
84 |
/usr/lib64/qt |
|
91 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus.pri \ | |
85 |
/usr/lib64/qt |
|
92 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus_private.pri \ | |
86 |
/usr/lib64/qt |
|
93 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative.pri \ | |
87 |
/usr/lib64/qt |
|
94 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative_private.pri \ | |
88 |
/usr/lib64/qt |
|
95 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer.pri \ | |
89 |
/usr/lib64/qt |
|
96 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer_private.pri \ | |
90 |
/usr/lib64/qt |
|
97 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designercomponents_private.pri \ | |
91 |
/usr/lib64/qt |
|
98 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui.pri \ | |
92 | $(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile PAULs_LPPMON_PLUGINS.pro |
|
99 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui_private.pri \ | |
93 |
/usr/lib64/qt |
|
100 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help.pri \ | |
94 | /usr/lib64/qt4/mkspecs/common/linux.conf: |
|
101 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help_private.pri \ | |
95 | /usr/lib64/qt4/mkspecs/common/gcc-base.conf: |
|
102 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia.pri \ | |
96 | /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf: |
|
103 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia_private.pri \ | |
97 | /usr/lib64/qt4/mkspecs/common/g++-base.conf: |
|
104 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets.pri \ | |
98 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf: |
|
105 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ | |
99 |
/usr/lib64/qt |
|
106 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri \ | |
100 |
/usr/lib64/qt |
|
107 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri \ | |
101 |
/usr/lib64/qt |
|
108 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri \ | |
102 |
/usr/lib64/qt |
|
109 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri \ | |
103 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: |
|
110 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri \ | |
104 |
/usr/lib64/qt |
|
111 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \ | |
105 | /usr/lib64/qt4/mkspecs/features/release.prf: |
|
112 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \ | |
106 |
/usr/lib64/qt |
|
113 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri \ | |
107 | /usr/lib64/qt4/mkspecs/features/shared.prf: |
|
114 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \ | |
108 |
/usr/lib64/qt |
|
115 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri \ | |
109 | /usr/lib64/qt4/mkspecs/features/warn_on.prf: |
|
116 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml_private.pri \ | |
110 | /usr/lib64/qt4/mkspecs/features/qt.prf: |
|
117 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmldevtools_private.pri \ | |
111 |
/usr/lib64/qt |
|
118 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest.pri \ | |
112 | /usr/lib64/qt4/mkspecs/features/moc.prf: |
|
119 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest_private.pri \ | |
113 | /usr/lib64/qt4/mkspecs/features/resources.prf: |
|
120 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ | |
114 |
/usr/lib64/qt |
|
121 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick.pri \ | |
115 |
/usr/lib64/qt |
|
122 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick_private.pri \ | |
116 | /usr/lib64/qt4/mkspecs/features/lex.prf: |
|
123 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quickparticles_private.pri \ | |
117 |
/usr/lib64/qt |
|
124 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script.pri \ | |
118 | qmake: qmake_all FORCE |
|
125 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri \ | |
119 | @$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile PAULs_LPPMON_PLUGINS.pro |
|
126 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri \ | |
|
127 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri \ | |||
|
128 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri \ | |||
|
129 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri \ | |||
|
130 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri \ | |||
|
131 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg_private.pri \ | |||
|
132 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib.pri \ | |||
|
133 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib_private.pri \ | |||
|
134 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools.pri \ | |||
|
135 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools_private.pri \ | |||
|
136 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit.pri \ | |||
|
137 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit_private.pri \ | |||
|
138 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri \ | |||
|
139 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ | |||
|
140 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets.pri \ | |||
|
141 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets_private.pri \ | |||
|
142 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras.pri \ | |||
|
143 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras_private.pri \ | |||
|
144 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml.pri \ | |||
|
145 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml_private.pri \ | |||
|
146 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns.pri \ | |||
|
147 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ | |||
|
148 | /usr/lib64/qt5/mkspecs/features/qt_functions.prf \ | |||
|
149 | /usr/lib64/qt5/mkspecs/features/qt_config.prf \ | |||
|
150 | /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf \ | |||
|
151 | /usr/lib64/qt5/mkspecs/features/spec_post.prf \ | |||
|
152 | /usr/lib64/qt5/mkspecs/features/exclusive_builds.prf \ | |||
|
153 | /usr/lib64/qt5/mkspecs/features/default_pre.prf \ | |||
|
154 | /usr/lib64/qt5/mkspecs/features/resolve_config.prf \ | |||
|
155 | /usr/lib64/qt5/mkspecs/features/default_post.prf \ | |||
|
156 | /usr/lib64/qt5/mkspecs/features/unix/gdb_dwarf_index.prf \ | |||
|
157 | /usr/lib64/qt5/mkspecs/features/warn_on.prf \ | |||
|
158 | /usr/lib64/qt5/mkspecs/features/testcase_targets.prf \ | |||
|
159 | /usr/lib64/qt5/mkspecs/features/exceptions.prf \ | |||
|
160 | /usr/lib64/qt5/mkspecs/features/yacc.prf \ | |||
|
161 | /usr/lib64/qt5/mkspecs/features/lex.prf \ | |||
|
162 | PAULs_LPPMON_PLUGINS.pro | |||
|
163 | $(QMAKE) -o Makefile PAULs_LPPMON_PLUGINS.pro | |||
|
164 | /usr/lib64/qt5/mkspecs/features/spec_pre.prf: | |||
|
165 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf: | |||
|
166 | /usr/lib64/qt5/mkspecs/common/unix.conf: | |||
|
167 | /usr/lib64/qt5/mkspecs/common/linux.conf: | |||
|
168 | /usr/lib64/qt5/mkspecs/common/gcc-base.conf: | |||
|
169 | /usr/lib64/qt5/mkspecs/common/gcc-base-unix.conf: | |||
|
170 | /usr/lib64/qt5/mkspecs/common/g++-base.conf: | |||
|
171 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf: | |||
|
172 | /usr/lib64/qt5/mkspecs/qconfig.pri: | |||
|
173 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri: | |||
|
174 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri: | |||
|
175 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri: | |||
|
176 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor_private.pri: | |||
|
177 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent.pri: | |||
|
178 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent_private.pri: | |||
|
179 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core.pri: | |||
|
180 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core_private.pri: | |||
|
181 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus.pri: | |||
|
182 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus_private.pri: | |||
|
183 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative.pri: | |||
|
184 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative_private.pri: | |||
|
185 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer.pri: | |||
|
186 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer_private.pri: | |||
|
187 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designercomponents_private.pri: | |||
|
188 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui.pri: | |||
|
189 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui_private.pri: | |||
|
190 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help.pri: | |||
|
191 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help_private.pri: | |||
|
192 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia.pri: | |||
|
193 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia_private.pri: | |||
|
194 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets.pri: | |||
|
195 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri: | |||
|
196 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri: | |||
|
197 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri: | |||
|
198 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri: | |||
|
199 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri: | |||
|
200 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri: | |||
|
201 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri: | |||
|
202 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri: | |||
|
203 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri: | |||
|
204 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri: | |||
|
205 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri: | |||
|
206 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml_private.pri: | |||
|
207 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmldevtools_private.pri: | |||
|
208 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest.pri: | |||
|
209 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest_private.pri: | |||
|
210 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: | |||
|
211 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick.pri: | |||
|
212 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick_private.pri: | |||
|
213 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quickparticles_private.pri: | |||
|
214 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script.pri: | |||
|
215 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri: | |||
|
216 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri: | |||
|
217 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri: | |||
|
218 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri: | |||
|
219 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri: | |||
|
220 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri: | |||
|
221 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg_private.pri: | |||
|
222 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib.pri: | |||
|
223 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib_private.pri: | |||
|
224 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools.pri: | |||
|
225 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools_private.pri: | |||
|
226 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit.pri: | |||
|
227 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit_private.pri: | |||
|
228 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri: | |||
|
229 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri: | |||
|
230 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets.pri: | |||
|
231 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets_private.pri: | |||
|
232 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras.pri: | |||
|
233 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras_private.pri: | |||
|
234 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml.pri: | |||
|
235 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml_private.pri: | |||
|
236 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns.pri: | |||
|
237 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns_private.pri: | |||
|
238 | /usr/lib64/qt5/mkspecs/features/qt_functions.prf: | |||
|
239 | /usr/lib64/qt5/mkspecs/features/qt_config.prf: | |||
|
240 | /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf: | |||
|
241 | /usr/lib64/qt5/mkspecs/features/spec_post.prf: | |||
|
242 | /usr/lib64/qt5/mkspecs/features/exclusive_builds.prf: | |||
|
243 | /usr/lib64/qt5/mkspecs/features/default_pre.prf: | |||
|
244 | /usr/lib64/qt5/mkspecs/features/resolve_config.prf: | |||
|
245 | /usr/lib64/qt5/mkspecs/features/default_post.prf: | |||
|
246 | /usr/lib64/qt5/mkspecs/features/unix/gdb_dwarf_index.prf: | |||
|
247 | /usr/lib64/qt5/mkspecs/features/warn_on.prf: | |||
|
248 | /usr/lib64/qt5/mkspecs/features/testcase_targets.prf: | |||
|
249 | /usr/lib64/qt5/mkspecs/features/exceptions.prf: | |||
|
250 | /usr/lib64/qt5/mkspecs/features/yacc.prf: | |||
|
251 | /usr/lib64/qt5/mkspecs/features/lex.prf: | |||
|
252 | PAULs_LPPMON_PLUGINS.pro: | |||
|
253 | qmake: FORCE | |||
|
254 | @$(QMAKE) -o Makefile PAULs_LPPMON_PLUGINS.pro | |||
120 |
|
255 | |||
121 | qmake_all: sub-rmapplugin-qmake_all FORCE |
|
256 | qmake_all: sub-rmapplugin-qmake_all FORCE | |
122 |
|
257 | |||
123 | make_default: sub-rmapplugin-make_default-ordered FORCE |
|
|||
124 | make_first: sub-rmapplugin-make_first-ordered FORCE |
|
258 | make_first: sub-rmapplugin-make_first-ordered FORCE | |
125 | all: sub-rmapplugin-all-ordered FORCE |
|
259 | all: sub-rmapplugin-all-ordered FORCE | |
126 | clean: sub-rmapplugin-clean-ordered FORCE |
|
260 | clean: sub-rmapplugin-clean-ordered FORCE | |
@@ -129,13 +263,10 distclean: sub-rmapplugin-distclean-orde | |||||
129 | install_subtargets: sub-rmapplugin-install_subtargets-ordered FORCE |
|
263 | install_subtargets: sub-rmapplugin-install_subtargets-ordered FORCE | |
130 | uninstall_subtargets: sub-rmapplugin-uninstall_subtargets-ordered FORCE |
|
264 | uninstall_subtargets: sub-rmapplugin-uninstall_subtargets-ordered FORCE | |
131 |
|
265 | |||
132 |
sub-rmapplugin-check_ordered: |
|
266 | sub-rmapplugin-check_ordered: | |
133 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) check |
|
267 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
268 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile check | |||
134 | check: sub-rmapplugin-check_ordered |
|
269 | check: sub-rmapplugin-check_ordered | |
135 |
|
||||
136 | mocclean: compiler_moc_header_clean compiler_moc_source_clean |
|
|||
137 |
|
||||
138 | mocables: compiler_moc_header_make_all compiler_moc_source_make_all |
|
|||
139 | install: install_subtargets FORCE |
|
270 | install: install_subtargets FORCE | |
140 |
|
271 | |||
141 | uninstall: uninstall_subtargets FORCE |
|
272 | uninstall: uninstall_subtargets FORCE |
@@ -1,6 +1,6 | |||||
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <!DOCTYPE QtCreatorProject> |
|
2 | <!DOCTYPE QtCreatorProject> | |
3 |
<!-- Written by QtCreator 3.0.1, 2014-0 |
|
3 | <!-- Written by QtCreator 3.0.1, 2014-04-07T08:08:54. --> | |
4 | <qtcreator> |
|
4 | <qtcreator> | |
5 | <data> |
|
5 | <data> | |
6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
|
6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -3,7 +3,7 | |||||
3 | # Generated by qmake (3.0) (Qt 5.2.1) |
|
3 | # Generated by qmake (3.0) (Qt 5.2.1) | |
4 | # Project: rmapplugin.pro |
|
4 | # Project: rmapplugin.pro | |
5 | # Template: lib |
|
5 | # Template: lib | |
6 |
# Command: /bin/qmake-qt5 |
|
6 | # Command: /usr/bin/qmake-qt5 -o Makefile rmapplugin.pro | |
7 | ############################################################################# |
|
7 | ############################################################################# | |
8 |
|
8 | |||
9 | MAKEFILE = Makefile |
|
9 | MAKEFILE = Makefile | |
@@ -21,7 +21,7 LFLAGS = -m64 -Wl,-O1 -Wl,-z,relr | |||||
21 | LIBS = $(SUBLIBS) -L/usr/X11R6/lib64 /home/spacewire/usb/spw_usb_driver_v2.68/lib/x86_64/libSpaceWireUSBAPI.so /home/spacewire/usb/spw_usb_driver_v2.68/lib/x86_64/libConfigLibraryUSB.so -lwfdisplay -lparameterdump -lpaulcommon -llppmonengine -llppmoncommon -ldl -lutil -lm -lpython2.7 -lPythonQt_QtAll -lPythonQt -lQt5PrintSupport -lQt5Svg -lQt5Widgets -lQt5Network -lQt5Xml -lQt5Gui -lQt5Core -lGL -lpthread |
|
21 | LIBS = $(SUBLIBS) -L/usr/X11R6/lib64 /home/spacewire/usb/spw_usb_driver_v2.68/lib/x86_64/libSpaceWireUSBAPI.so /home/spacewire/usb/spw_usb_driver_v2.68/lib/x86_64/libConfigLibraryUSB.so -lwfdisplay -lparameterdump -lpaulcommon -llppmonengine -llppmoncommon -ldl -lutil -lm -lpython2.7 -lPythonQt_QtAll -lPythonQt -lQt5PrintSupport -lQt5Svg -lQt5Widgets -lQt5Network -lQt5Xml -lQt5Gui -lQt5Core -lGL -lpthread | |
22 | AR = ar cqs |
|
22 | AR = ar cqs | |
23 | RANLIB = |
|
23 | RANLIB = | |
24 | QMAKE = /bin/qmake-qt5 |
|
24 | QMAKE = /usr/bin/qmake-qt5 | |
25 | TAR = tar -cf |
|
25 | TAR = tar -cf | |
26 | COMPRESS = gzip -9f |
|
26 | COMPRESS = gzip -9f | |
27 | COPY = cp -f |
|
27 | COPY = cp -f | |
@@ -371,7 +371,7 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||||
371 | /lib64/libQt5Xml.prl \ |
|
371 | /lib64/libQt5Xml.prl \ | |
372 | /lib64/libQt5Gui.prl \ |
|
372 | /lib64/libQt5Gui.prl \ | |
373 | /lib64/libQt5Core.prl |
|
373 | /lib64/libQt5Core.prl | |
374 |
$(QMAKE) |
|
374 | $(QMAKE) -o Makefile rmapplugin.pro | |
375 | /usr/lib64/qt5/mkspecs/features/spec_pre.prf: |
|
375 | /usr/lib64/qt5/mkspecs/features/spec_pre.prf: | |
376 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf: |
|
376 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf: | |
377 | /usr/lib64/qt5/mkspecs/common/unix.conf: |
|
377 | /usr/lib64/qt5/mkspecs/common/unix.conf: | |
@@ -477,7 +477,7 rmapplugin.pro: | |||||
477 | /lib64/libQt5Gui.prl: |
|
477 | /lib64/libQt5Gui.prl: | |
478 | /lib64/libQt5Core.prl: |
|
478 | /lib64/libQt5Core.prl: | |
479 | qmake: FORCE |
|
479 | qmake: FORCE | |
480 |
@$(QMAKE) |
|
480 | @$(QMAKE) -o Makefile rmapplugin.pro | |
481 |
|
481 | |||
482 | qmake_all: FORCE |
|
482 | qmake_all: FORCE | |
483 |
|
483 | |||
@@ -690,13 +690,15 moc/moc_rmappluginui.cpp: /usr/include/q | |||||
690 | /usr/include/qt5/QtCore/qtimer.h \ |
|
690 | /usr/include/qt5/QtCore/qtimer.h \ | |
691 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
691 | /usr/include/qt5/QtCore/qbasictimer.h \ | |
692 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
692 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ | |
693 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ |
|
|||
694 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
693 | /usr/include/qt5/QtWidgets/QHBoxLayout \ | |
695 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
694 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
696 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
695 | /usr/include/qt5/QtWidgets/QLineEdit \ | |
697 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
696 | /usr/include/qt5/QtWidgets/qlineedit.h \ | |
698 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
697 | /usr/include/qt5/QtGui/QRegExpValidator \ | |
699 | tcpackettosend.h \ |
|
698 | ../../DEV_PLE/header/TC_types.h \ | |
|
699 | ../../DEV_PLE/header/ccsds_types.h \ | |||
|
700 | ../../DEV_PLE/header/fsw_params_processing.h \ | |||
|
701 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |||
700 | /usr/include/qt5/QtCore/QObject \ |
|
702 | /usr/include/qt5/QtCore/QObject \ | |
701 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
703 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ | |
702 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
|
704 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ | |
@@ -1034,9 +1036,6 moc/moc_rmappluginui.cpp: /usr/include/q | |||||
1034 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
1036 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ | |
1035 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
1037 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ | |
1036 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
1038 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ | |
1037 | ../../DEV_PLE/header/TC_types.h \ |
|
|||
1038 | ../../DEV_PLE/header/ccsds_types.h \ |
|
|||
1039 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
|||
1040 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
1039 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ | |
1041 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
1040 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ | |
1042 | tmstatistics.h \ |
|
1041 | tmstatistics.h \ | |
@@ -1233,13 +1232,15 moc/moc_rmapplugin.cpp: rmappluginui.h \ | |||||
1233 | /usr/include/qt5/QtCore/qtimer.h \ |
|
1232 | /usr/include/qt5/QtCore/qtimer.h \ | |
1234 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
1233 | /usr/include/qt5/QtCore/qbasictimer.h \ | |
1235 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
1234 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ | |
1236 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ |
|
|||
1237 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
1235 | /usr/include/qt5/QtWidgets/QHBoxLayout \ | |
1238 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
1236 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
1239 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
1237 | /usr/include/qt5/QtWidgets/QLineEdit \ | |
1240 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
1238 | /usr/include/qt5/QtWidgets/qlineedit.h \ | |
1241 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
1239 | /usr/include/qt5/QtGui/QRegExpValidator \ | |
1242 | tcpackettosend.h \ |
|
1240 | ../../DEV_PLE/header/TC_types.h \ | |
|
1241 | ../../DEV_PLE/header/ccsds_types.h \ | |||
|
1242 | ../../DEV_PLE/header/fsw_params_processing.h \ | |||
|
1243 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |||
1243 | /usr/include/qt5/QtCore/QObject \ |
|
1244 | /usr/include/qt5/QtCore/QObject \ | |
1244 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
1245 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ | |
1245 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
|
1246 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ | |
@@ -1577,9 +1578,6 moc/moc_rmapplugin.cpp: rmappluginui.h \ | |||||
1577 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
1578 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ | |
1578 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
1579 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ | |
1579 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
1580 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ | |
1580 | ../../DEV_PLE/header/TC_types.h \ |
|
|||
1581 | ../../DEV_PLE/header/ccsds_types.h \ |
|
|||
1582 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
|||
1583 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
1581 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ | |
1584 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
1582 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ | |
1585 | tmstatistics.h \ |
|
1583 | tmstatistics.h \ | |
@@ -2142,7 +2140,6 moc/moc_stardundee.cpp: /usr/include/qt5 | |||||
2142 | /usr/include/qt5/QtWidgets/QDialog \ |
|
2140 | /usr/include/qt5/QtWidgets/QDialog \ | |
2143 | /usr/include/qt5/QtWidgets/qdialog.h \ |
|
2141 | /usr/include/qt5/QtWidgets/qdialog.h \ | |
2144 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
2142 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ | |
2145 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ |
|
|||
2146 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
2143 | /usr/include/qt5/QtWidgets/QHBoxLayout \ | |
2147 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
2144 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
2148 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
2145 | /usr/include/qt5/QtWidgets/QLineEdit \ | |
@@ -2152,7 +2149,10 moc/moc_stardundee.cpp: /usr/include/qt5 | |||||
2152 | /usr/include/qt5/QtGui/qpen.h \ |
|
2149 | /usr/include/qt5/QtGui/qpen.h \ | |
2153 | /usr/include/qt5/QtGui/qtextoption.h \ |
|
2150 | /usr/include/qt5/QtGui/qtextoption.h \ | |
2154 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
2151 | /usr/include/qt5/QtGui/QRegExpValidator \ | |
2155 | tcpackettosend.h \ |
|
2152 | ../../DEV_PLE/header/TC_types.h \ | |
|
2153 | ../../DEV_PLE/header/ccsds_types.h \ | |||
|
2154 | ../../DEV_PLE/header/fsw_params_processing.h \ | |||
|
2155 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |||
2156 | /usr/include/qt5/QtCore/QObject \ |
|
2156 | /usr/include/qt5/QtCore/QObject \ | |
2157 | rmapoperations.h \ |
|
2157 | rmapoperations.h \ | |
2158 | /usr/include/qt5/lppmon/common/qhexspinbox.h \ |
|
2158 | /usr/include/qt5/lppmon/common/qhexspinbox.h \ | |
@@ -2930,12 +2930,14 moc/moc_entermode.cpp: /usr/include/qt5/ | |||||
2930 | /usr/include/qt5/QtWidgets/qgroupbox.h \ |
|
2930 | /usr/include/qt5/QtWidgets/qgroupbox.h \ | |
2931 | /usr/include/qt5/QtWidgets/qframe.h \ |
|
2931 | /usr/include/qt5/QtWidgets/qframe.h \ | |
2932 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
2932 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
|
2933 | /usr/include/qt5/QtWidgets/QLabel \ | |||
|
2934 | /usr/include/qt5/QtWidgets/qlabel.h \ | |||
|
2935 | /usr/include/qt5/QtWidgets/QRadioButton \ | |||
|
2936 | /usr/include/qt5/QtWidgets/qradiobutton.h \ | |||
2933 | ../../DEV_PLE/header/TC_types.h \ |
|
2937 | ../../DEV_PLE/header/TC_types.h \ | |
2934 | ../../DEV_PLE/header/ccsds_types.h \ |
|
2938 | ../../DEV_PLE/header/ccsds_types.h \ | |
2935 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
2939 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
2936 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
2940 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ | |
2937 | /usr/include/qt5/QtWidgets/QLabel \ |
|
|||
2938 | /usr/include/qt5/QtWidgets/qlabel.h \ |
|
|||
2939 | /usr/include/qt5/QtWidgets/QSpinBox \ |
|
2941 | /usr/include/qt5/QtWidgets/QSpinBox \ | |
2940 | /usr/include/qt5/QtWidgets/qspinbox.h \ |
|
2942 | /usr/include/qt5/QtWidgets/qspinbox.h \ | |
2941 | /usr/include/qt5/QtWidgets/qabstractspinbox.h \ |
|
2943 | /usr/include/qt5/QtWidgets/qabstractspinbox.h \ | |
@@ -3088,6 +3090,8 moc/moc_lfractions.cpp: /usr/include/qt5 | |||||
3088 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
3090 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ | |
3089 | entermode.h \ |
|
3091 | entermode.h \ | |
3090 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
3092 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
|
3093 | /usr/include/qt5/QtWidgets/QRadioButton \ | |||
|
3094 | /usr/include/qt5/QtWidgets/qradiobutton.h \ | |||
3091 | lfractions.h |
|
3095 | lfractions.h | |
3092 | /usr/lib64/qt5/bin/moc $(DEFINES) $(INCPATH) -I/usr/lib/gcc/include/c++/4.8.2 -I/usr/lib/gcc/include/c++/4.8.2/x86_64-redhat-linux -I/usr/lib/gcc/include/c++/4.8.2/backward -I/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include -I/usr/local/include -I/usr/include lfractions.h -o moc/moc_lfractions.cpp |
|
3096 | /usr/lib64/qt5/bin/moc $(DEFINES) $(INCPATH) -I/usr/lib/gcc/include/c++/4.8.2 -I/usr/lib/gcc/include/c++/4.8.2/x86_64-redhat-linux -I/usr/lib/gcc/include/c++/4.8.2/backward -I/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include -I/usr/local/include -I/usr/include lfractions.h -o moc/moc_lfractions.cpp | |
3093 |
|
3097 | |||
@@ -3502,13 +3506,15 obj/rmapplugin.o: rmapplugin.cpp rmapplu | |||||
3502 | /usr/include/qt5/QtCore/qtimer.h \ |
|
3506 | /usr/include/qt5/QtCore/qtimer.h \ | |
3503 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
3507 | /usr/include/qt5/QtCore/qbasictimer.h \ | |
3504 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
3508 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ | |
3505 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ |
|
|||
3506 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
3509 | /usr/include/qt5/QtWidgets/QHBoxLayout \ | |
3507 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
3510 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
3508 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
3511 | /usr/include/qt5/QtWidgets/QLineEdit \ | |
3509 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
3512 | /usr/include/qt5/QtWidgets/qlineedit.h \ | |
3510 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
3513 | /usr/include/qt5/QtGui/QRegExpValidator \ | |
3511 | tcpackettosend.h \ |
|
3514 | ../../DEV_PLE/header/TC_types.h \ | |
|
3515 | ../../DEV_PLE/header/ccsds_types.h \ | |||
|
3516 | ../../DEV_PLE/header/fsw_params_processing.h \ | |||
|
3517 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |||
3512 | /usr/include/qt5/QtCore/QObject \ |
|
3518 | /usr/include/qt5/QtCore/QObject \ | |
3513 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
3519 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ | |
3514 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
|
3520 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ | |
@@ -3846,9 +3852,6 obj/rmapplugin.o: rmapplugin.cpp rmapplu | |||||
3846 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
3852 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ | |
3847 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
3853 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ | |
3848 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
3854 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ | |
3849 | ../../DEV_PLE/header/TC_types.h \ |
|
|||
3850 | ../../DEV_PLE/header/ccsds_types.h \ |
|
|||
3851 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
|||
3852 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
3855 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ | |
3853 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
3856 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ | |
3854 | tmstatistics.h \ |
|
3857 | tmstatistics.h \ | |
@@ -4079,13 +4082,15 obj/rmappluginui.o: rmappluginui.cpp rma | |||||
4079 | /usr/include/qt5/QtCore/qtimer.h \ |
|
4082 | /usr/include/qt5/QtCore/qtimer.h \ | |
4080 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
4083 | /usr/include/qt5/QtCore/qbasictimer.h \ | |
4081 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
4084 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ | |
4082 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ |
|
|||
4083 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
4085 | /usr/include/qt5/QtWidgets/QHBoxLayout \ | |
4084 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
4086 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
4085 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
4087 | /usr/include/qt5/QtWidgets/QLineEdit \ | |
4086 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
4088 | /usr/include/qt5/QtWidgets/qlineedit.h \ | |
4087 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
4089 | /usr/include/qt5/QtGui/QRegExpValidator \ | |
4088 | tcpackettosend.h \ |
|
4090 | ../../DEV_PLE/header/TC_types.h \ | |
|
4091 | ../../DEV_PLE/header/ccsds_types.h \ | |||
|
4092 | ../../DEV_PLE/header/fsw_params_processing.h \ | |||
|
4093 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |||
4089 | /usr/include/qt5/QtCore/QObject \ |
|
4094 | /usr/include/qt5/QtCore/QObject \ | |
4090 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
4095 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ | |
4091 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
|
4096 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ | |
@@ -4423,9 +4428,6 obj/rmappluginui.o: rmappluginui.cpp rma | |||||
4423 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
4428 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ | |
4424 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
4429 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ | |
4425 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
4430 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ | |
4426 | ../../DEV_PLE/header/TC_types.h \ |
|
|||
4427 | ../../DEV_PLE/header/ccsds_types.h \ |
|
|||
4428 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
|||
4429 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
4431 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ | |
4430 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
4432 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ | |
4431 | tmstatistics.h \ |
|
4433 | tmstatistics.h \ | |
@@ -5127,7 +5129,6 obj/stardundee.o: stardundee.cpp stardun | |||||
5127 | /usr/include/qt5/QtWidgets/QDialog \ |
|
5129 | /usr/include/qt5/QtWidgets/QDialog \ | |
5128 | /usr/include/qt5/QtWidgets/qdialog.h \ |
|
5130 | /usr/include/qt5/QtWidgets/qdialog.h \ | |
5129 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
5131 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ | |
5130 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ |
|
|||
5131 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
5132 | /usr/include/qt5/QtWidgets/QHBoxLayout \ | |
5132 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
5133 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
5133 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
5134 | /usr/include/qt5/QtWidgets/QLineEdit \ | |
@@ -5137,7 +5138,10 obj/stardundee.o: stardundee.cpp stardun | |||||
5137 | /usr/include/qt5/QtGui/qpen.h \ |
|
5138 | /usr/include/qt5/QtGui/qpen.h \ | |
5138 | /usr/include/qt5/QtGui/qtextoption.h \ |
|
5139 | /usr/include/qt5/QtGui/qtextoption.h \ | |
5139 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
5140 | /usr/include/qt5/QtGui/QRegExpValidator \ | |
5140 | tcpackettosend.h \ |
|
5141 | ../../DEV_PLE/header/TC_types.h \ | |
|
5142 | ../../DEV_PLE/header/ccsds_types.h \ | |||
|
5143 | ../../DEV_PLE/header/fsw_params_processing.h \ | |||
|
5144 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |||
5141 | /usr/include/qt5/QtCore/QObject \ |
|
5145 | /usr/include/qt5/QtCore/QObject \ | |
5142 | rmapoperations.h \ |
|
5146 | rmapoperations.h \ | |
5143 | /usr/include/qt5/lppmon/common/qhexspinbox.h \ |
|
5147 | /usr/include/qt5/lppmon/common/qhexspinbox.h \ | |
@@ -6910,12 +6914,14 obj/entermode.o: entermode.cpp entermode | |||||
6910 | /usr/include/qt5/QtWidgets/qgroupbox.h \ |
|
6914 | /usr/include/qt5/QtWidgets/qgroupbox.h \ | |
6911 | /usr/include/qt5/QtWidgets/qframe.h \ |
|
6915 | /usr/include/qt5/QtWidgets/qframe.h \ | |
6912 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
6916 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
|
6917 | /usr/include/qt5/QtWidgets/QLabel \ | |||
|
6918 | /usr/include/qt5/QtWidgets/qlabel.h \ | |||
|
6919 | /usr/include/qt5/QtWidgets/QRadioButton \ | |||
|
6920 | /usr/include/qt5/QtWidgets/qradiobutton.h \ | |||
6913 | ../../DEV_PLE/header/TC_types.h \ |
|
6921 | ../../DEV_PLE/header/TC_types.h \ | |
6914 | ../../DEV_PLE/header/ccsds_types.h \ |
|
6922 | ../../DEV_PLE/header/ccsds_types.h \ | |
6915 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
6923 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
6916 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
6924 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ | |
6917 | /usr/include/qt5/QtWidgets/QLabel \ |
|
|||
6918 | /usr/include/qt5/QtWidgets/qlabel.h \ |
|
|||
6919 | /usr/include/qt5/QtWidgets/QSpinBox \ |
|
6925 | /usr/include/qt5/QtWidgets/QSpinBox \ | |
6920 | /usr/include/qt5/QtWidgets/qspinbox.h \ |
|
6926 | /usr/include/qt5/QtWidgets/qspinbox.h \ | |
6921 | /usr/include/qt5/QtWidgets/qabstractspinbox.h \ |
|
6927 | /usr/include/qt5/QtWidgets/qabstractspinbox.h \ | |
@@ -7067,7 +7073,9 obj/lfractions.o: lfractions.cpp lfracti | |||||
7067 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
7073 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ | |
7068 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
7074 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ | |
7069 | entermode.h \ |
|
7075 | entermode.h \ | |
7070 | /usr/include/qt5/QtWidgets/QVBoxLayout |
|
7076 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
|
7077 | /usr/include/qt5/QtWidgets/QRadioButton \ | |||
|
7078 | /usr/include/qt5/QtWidgets/qradiobutton.h | |||
7071 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/lfractions.o lfractions.cpp |
|
7079 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/lfractions.o lfractions.cpp | |
7072 |
|
7080 | |||
7073 | obj/lppmonplugininterface.o: /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface.cpp /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface.h \ |
|
7081 | obj/lppmonplugininterface.o: /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface.cpp /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface.h \ |
@@ -359,9 +359,9 int rmapplugin::fetchPacket() | |||||
359 |
|
359 | |||
360 | void rmapplugin::connectPythonWrapper() |
|
360 | void rmapplugin::connectPythonWrapper() | |
361 | { |
|
361 | { | |
362 | this->pyObject = new rmappluginPythonWrapper(); |
|
362 | this->pyObject = new rmappluginPythonWrapper(this); | |
363 | connect( this->pyObject, SIGNAL( ReadSig(uint*,uint,uint) ), this, SLOT( Read(uint*,uint,uint) ) ); |
|
363 | // connect( this->pyObject, SIGNAL( ReadSig(uint*,uint,uint) ), this, SLOT( Read(uint*,uint,uint) ) ); | |
364 | connect( this->pyObject, SIGNAL( WriteSig(uint*,uint,uint) ), this, SLOT( Write(uint*,uint,uint) ) ); |
|
364 | // connect( this->pyObject, SIGNAL( WriteSig(uint*,uint,uint) ), this, SLOT( Write(uint*,uint,uint) ) ); | |
365 | //** |
|
365 | //** | |
366 | connect( (rmappluginPythonWrapper*)this->pyObject, SIGNAL( WriteSPWSig(char*,uint,char,char) ), |
|
366 | connect( (rmappluginPythonWrapper*)this->pyObject, SIGNAL( WriteSPWSig(char*,uint,char,char) ), | |
367 | this, SLOT( WriteSPW(char*,uint,char,char) ), Qt::DirectConnection ); |
|
367 | this, SLOT( WriteSPW(char*,uint,char,char) ), Qt::DirectConnection ); |
@@ -585,6 +585,36 void TMStatistics::updateStatistics(unsi | |||||
585 | NORM_ASM_F0_nb = NORM_ASM_F0_nb + 1; |
|
585 | NORM_ASM_F0_nb = NORM_ASM_F0_nb + 1; | |
586 | label_NORM_ASM_F0_nb->setText(QString::number(NORM_ASM_F0_nb)); |
|
586 | label_NORM_ASM_F0_nb->setText(QString::number(NORM_ASM_F0_nb)); | |
587 | } |
|
587 | } | |
|
588 | else if (sid == SID_NORM_BP1_F0) | |||
|
589 | { | |||
|
590 | NORM_BP1_F0_nb = NORM_BP1_F0_nb + 1; | |||
|
591 | label_NORM_BP1_F0_nb->setText(QString::number(NORM_BP1_F0_nb)); | |||
|
592 | } | |||
|
593 | else if (sid == SID_NORM_BP1_F1) | |||
|
594 | { | |||
|
595 | NORM_BP1_F1_nb = NORM_BP1_F1_nb + 1; | |||
|
596 | label_NORM_BP1_F1_nb->setText(QString::number(NORM_BP1_F1_nb)); | |||
|
597 | } | |||
|
598 | else if (sid == SID_NORM_BP1_F2) | |||
|
599 | { | |||
|
600 | NORM_BP1_F2_nb = NORM_BP1_F2_nb + 1; | |||
|
601 | label_NORM_BP1_F2_nb->setText(QString::number(NORM_BP1_F2_nb)); | |||
|
602 | } | |||
|
603 | else if (sid == SID_NORM_BP2_F0) | |||
|
604 | { | |||
|
605 | NORM_BP2_F0_nb = NORM_BP2_F0_nb + 1; | |||
|
606 | label_NORM_BP2_F0_nb->setText(QString::number(NORM_BP2_F0_nb)); | |||
|
607 | } | |||
|
608 | else if (sid == SID_NORM_BP2_F1) | |||
|
609 | { | |||
|
610 | NORM_BP2_F1_nb = NORM_BP2_F1_nb + 1; | |||
|
611 | label_NORM_BP2_F1_nb->setText(QString::number(NORM_BP2_F1_nb)); | |||
|
612 | } | |||
|
613 | else if (sid == SID_NORM_BP2_F2) | |||
|
614 | { | |||
|
615 | NORM_BP2_F2_nb = NORM_BP2_F2_nb + 1; | |||
|
616 | label_NORM_BP2_F2_nb->setText(QString::number(NORM_BP2_F2_nb)); | |||
|
617 | } | |||
588 | else if (sid == SID_SBM1_CWF_F1) |
|
618 | else if (sid == SID_SBM1_CWF_F1) | |
589 | { |
|
619 | { | |
590 | SBM1_CWF_F1_nb = SBM1_CWF_F1_nb + 1; |
|
620 | SBM1_CWF_F1_nb = SBM1_CWF_F1_nb + 1; | |
@@ -595,6 +625,16 void TMStatistics::updateStatistics(unsi | |||||
595 | SBM2_CWF_F2_nb = SBM2_CWF_F2_nb + 1; |
|
625 | SBM2_CWF_F2_nb = SBM2_CWF_F2_nb + 1; | |
596 | label_SBM2_CWF_F2_nb->setText(QString::number(SBM2_CWF_F2_nb)); |
|
626 | label_SBM2_CWF_F2_nb->setText(QString::number(SBM2_CWF_F2_nb)); | |
597 | } |
|
627 | } | |
|
628 | else if (sid == SID_SBM1_BP1_F0) | |||
|
629 | { | |||
|
630 | SBM1_BP1_F0_nb = SBM1_BP1_F0_nb + 1; | |||
|
631 | label_SBM1_BP1_F0_nb->setText(QString::number(SBM1_BP1_F0_nb)); | |||
|
632 | } | |||
|
633 | else if (sid == SID_SBM1_BP2_F0) | |||
|
634 | { | |||
|
635 | SBM1_BP2_F0_nb = SBM1_BP2_F0_nb + 1; | |||
|
636 | label_SBM1_BP2_F0_nb->setText(QString::number(SBM1_BP2_F0_nb)); | |||
|
637 | } | |||
598 | else |
|
638 | else | |
599 | { |
|
639 | { | |
600 | incrementUnknown(); |
|
640 | incrementUnknown(); |
General Comments 0
You need to be logged in to leave comments.
Login now