@@ -430,8 +430,14 void TMStatistics::resetStatistics() | |||
|
430 | 430 | label_NORM_CWF_F3_nb->setText("-"); |
|
431 | 431 | label_NORM_CWF_LONG_F3_nb->setText("-"); |
|
432 | 432 | label_NORM_BP1_F0_nb->setText("-"); |
|
433 | label_NORM_BP1_F1_nb->setText("-"); | |
|
434 | label_NORM_BP1_F2_nb->setText("-"); | |
|
433 | 435 | label_NORM_BP2_F0_nb->setText("-"); |
|
436 | label_NORM_BP2_F1_nb->setText("-"); | |
|
437 | label_NORM_BP2_F2_nb->setText("-"); | |
|
434 | 438 | label_NORM_ASM_F0_nb->setText("-"); |
|
439 | label_NORM_ASM_F1_nb->setText("-"); | |
|
440 | label_NORM_ASM_F2_nb->setText("-"); | |
|
435 | 441 | // |
|
436 | 442 | label_BURST_CWF_F2_nb->setText("-"); |
|
437 | 443 | label_BURST_BP1_F0_nb->setText("-"); |
@@ -593,6 +599,16 void TMStatistics::updateStatistics(unsi | |||
|
593 | 599 | NORM_ASM_F0_nb = NORM_ASM_F0_nb + 1; |
|
594 | 600 | label_NORM_ASM_F0_nb->setText(QString::number(NORM_ASM_F0_nb)); |
|
595 | 601 | } |
|
602 | else if (sid == SID_NORM_ASM_F1) | |
|
603 | { | |
|
604 | NORM_ASM_F1_nb = NORM_ASM_F1_nb + 1; | |
|
605 | label_NORM_ASM_F1_nb->setText(QString::number(NORM_ASM_F1_nb)); | |
|
606 | } | |
|
607 | else if (sid == SID_NORM_ASM_F2) | |
|
608 | { | |
|
609 | NORM_ASM_F2_nb = NORM_ASM_F2_nb + 1; | |
|
610 | label_NORM_ASM_F2_nb->setText(QString::number(NORM_ASM_F2_nb)); | |
|
611 | } | |
|
596 | 612 | else if (sid == SID_NORM_BP1_F0) |
|
597 | 613 | { |
|
598 | 614 | NORM_BP1_F0_nb = NORM_BP1_F0_nb + 1; |
@@ -95,6 +95,8 DIST = /usr/lib64/qt5/mkspecs/f | |||
|
95 | 95 | /usr/lib64/qt5/mkspecs/common/g++-base.conf \ |
|
96 | 96 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf \ |
|
97 | 97 | /usr/lib64/qt5/mkspecs/qconfig.pri \ |
|
98 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth.pri \ | |
|
99 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth_private.pri \ | |
|
98 | 100 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \ |
|
99 | 101 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri \ |
|
100 | 102 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri \ |
@@ -120,11 +122,15 DIST = /usr/lib64/qt5/mkspecs/f | |||
|
120 | 122 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ |
|
121 | 123 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri \ |
|
122 | 124 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri \ |
|
125 | /usr/lib64/qt5/mkspecs/modules/qt_lib_nfc.pri \ | |
|
126 | /usr/lib64/qt5/mkspecs/modules/qt_lib_nfc_private.pri \ | |
|
123 | 127 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri \ |
|
124 | 128 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri \ |
|
125 | 129 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri \ |
|
126 | 130 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \ |
|
127 | 131 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \ |
|
132 | /usr/lib64/qt5/mkspecs/modules/qt_lib_positioning.pri \ | |
|
133 | /usr/lib64/qt5/mkspecs/modules/qt_lib_positioning_private.pri \ | |
|
128 | 134 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri \ |
|
129 | 135 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \ |
|
130 | 136 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri \ |
@@ -140,6 +146,10 DIST = /usr/lib64/qt5/mkspecs/f | |||
|
140 | 146 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri \ |
|
141 | 147 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri \ |
|
142 | 148 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri \ |
|
149 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sensors.pri \ | |
|
150 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sensors_private.pri \ | |
|
151 | /usr/lib64/qt5/mkspecs/modules/qt_lib_serialport.pri \ | |
|
152 | /usr/lib64/qt5/mkspecs/modules/qt_lib_serialport_private.pri \ | |
|
143 | 153 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri \ |
|
144 | 154 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri \ |
|
145 | 155 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri \ |
@@ -252,6 +262,8 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
252 | 262 | /usr/lib64/qt5/mkspecs/common/g++-base.conf \ |
|
253 | 263 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf \ |
|
254 | 264 | /usr/lib64/qt5/mkspecs/qconfig.pri \ |
|
265 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth.pri \ | |
|
266 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth_private.pri \ | |
|
255 | 267 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \ |
|
256 | 268 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri \ |
|
257 | 269 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri \ |
@@ -277,11 +289,15 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
277 | 289 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ |
|
278 | 290 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri \ |
|
279 | 291 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri \ |
|
292 | /usr/lib64/qt5/mkspecs/modules/qt_lib_nfc.pri \ | |
|
293 | /usr/lib64/qt5/mkspecs/modules/qt_lib_nfc_private.pri \ | |
|
280 | 294 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri \ |
|
281 | 295 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri \ |
|
282 | 296 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri \ |
|
283 | 297 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \ |
|
284 | 298 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \ |
|
299 | /usr/lib64/qt5/mkspecs/modules/qt_lib_positioning.pri \ | |
|
300 | /usr/lib64/qt5/mkspecs/modules/qt_lib_positioning_private.pri \ | |
|
285 | 301 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri \ |
|
286 | 302 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \ |
|
287 | 303 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri \ |
@@ -297,6 +313,10 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
297 | 313 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri \ |
|
298 | 314 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri \ |
|
299 | 315 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri \ |
|
316 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sensors.pri \ | |
|
317 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sensors_private.pri \ | |
|
318 | /usr/lib64/qt5/mkspecs/modules/qt_lib_serialport.pri \ | |
|
319 | /usr/lib64/qt5/mkspecs/modules/qt_lib_serialport_private.pri \ | |
|
300 | 320 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri \ |
|
301 | 321 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri \ |
|
302 | 322 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri \ |
@@ -357,6 +377,8 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
357 | 377 | /usr/lib64/qt5/mkspecs/common/g++-base.conf: |
|
358 | 378 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf: |
|
359 | 379 | /usr/lib64/qt5/mkspecs/qconfig.pri: |
|
380 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth.pri: | |
|
381 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bluetooth_private.pri: | |
|
360 | 382 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri: |
|
361 | 383 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri: |
|
362 | 384 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri: |
@@ -382,11 +404,15 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
382 | 404 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri: |
|
383 | 405 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri: |
|
384 | 406 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri: |
|
407 | /usr/lib64/qt5/mkspecs/modules/qt_lib_nfc.pri: | |
|
408 | /usr/lib64/qt5/mkspecs/modules/qt_lib_nfc_private.pri: | |
|
385 | 409 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri: |
|
386 | 410 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri: |
|
387 | 411 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri: |
|
388 | 412 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri: |
|
389 | 413 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri: |
|
414 | /usr/lib64/qt5/mkspecs/modules/qt_lib_positioning.pri: | |
|
415 | /usr/lib64/qt5/mkspecs/modules/qt_lib_positioning_private.pri: | |
|
390 | 416 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri: |
|
391 | 417 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri: |
|
392 | 418 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri: |
@@ -402,6 +428,10 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
402 | 428 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri: |
|
403 | 429 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri: |
|
404 | 430 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri: |
|
431 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sensors.pri: | |
|
432 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sensors_private.pri: | |
|
433 | /usr/lib64/qt5/mkspecs/modules/qt_lib_serialport.pri: | |
|
434 | /usr/lib64/qt5/mkspecs/modules/qt_lib_serialport_private.pri: | |
|
405 | 435 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri: |
|
406 | 436 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri: |
|
407 | 437 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri: |
@@ -491,6 +521,7 moc/moc_rmappluginui.cpp: /usr/include/q | |||
|
491 | 521 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
492 | 522 | /usr/include/qt5/QtCore/qglobal.h \ |
|
493 | 523 | /usr/include/qt5/QtCore/qconfig.h \ |
|
524 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
494 | 525 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
495 | 526 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
496 | 527 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -1031,6 +1062,7 moc/moc_rmapplugin.cpp: rmappluginui.h \ | |||
|
1031 | 1062 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
1032 | 1063 | /usr/include/qt5/QtCore/qglobal.h \ |
|
1033 | 1064 | /usr/include/qt5/QtCore/qconfig.h \ |
|
1065 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
1034 | 1066 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
1035 | 1067 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
1036 | 1068 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -1578,6 +1610,7 moc/moc_rmappluginpythonwrapper.cpp: /us | |||
|
1578 | 1610 | /usr/include/qt5/QtCore/qnamespace.h \ |
|
1579 | 1611 | /usr/include/qt5/QtCore/qglobal.h \ |
|
1580 | 1612 | /usr/include/qt5/QtCore/qconfig.h \ |
|
1613 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
1581 | 1614 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
1582 | 1615 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
1583 | 1616 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -1712,6 +1745,7 moc/moc_stardundee.cpp: /usr/include/qt5 | |||
|
1712 | 1745 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
1713 | 1746 | /usr/include/qt5/QtCore/qglobal.h \ |
|
1714 | 1747 | /usr/include/qt5/QtCore/qconfig.h \ |
|
1748 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
1715 | 1749 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
1716 | 1750 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
1717 | 1751 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -1874,6 +1908,7 moc/moc_gresb.cpp: /usr/include/qt5/QtWi | |||
|
1874 | 1908 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
1875 | 1909 | /usr/include/qt5/QtCore/qglobal.h \ |
|
1876 | 1910 | /usr/include/qt5/QtCore/qconfig.h \ |
|
1911 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
1877 | 1912 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
1878 | 1913 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
1879 | 1914 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -2038,6 +2073,7 moc/moc_tmechobridge.cpp: /usr/include/q | |||
|
2038 | 2073 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
2039 | 2074 | /usr/include/qt5/QtCore/qglobal.h \ |
|
2040 | 2075 | /usr/include/qt5/QtCore/qconfig.h \ |
|
2076 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
2041 | 2077 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
2042 | 2078 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
2043 | 2079 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -2189,6 +2225,7 moc/moc_entermode.cpp: /usr/include/qt5/ | |||
|
2189 | 2225 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
2190 | 2226 | /usr/include/qt5/QtCore/qglobal.h \ |
|
2191 | 2227 | /usr/include/qt5/QtCore/qconfig.h \ |
|
2228 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
2192 | 2229 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
2193 | 2230 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
2194 | 2231 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -2323,6 +2360,7 moc/moc_lfractions.cpp: /usr/include/qt5 | |||
|
2323 | 2360 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
2324 | 2361 | /usr/include/qt5/QtCore/qglobal.h \ |
|
2325 | 2362 | /usr/include/qt5/QtCore/qconfig.h \ |
|
2363 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
2326 | 2364 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
2327 | 2365 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
2328 | 2366 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -2468,6 +2506,7 moc/moc_genericPySysdriver.cpp: /usr/inc | |||
|
2468 | 2506 | /usr/include/qt5/QtCore/qnamespace.h \ |
|
2469 | 2507 | /usr/include/qt5/QtCore/qglobal.h \ |
|
2470 | 2508 | /usr/include/qt5/QtCore/qconfig.h \ |
|
2509 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
2471 | 2510 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
2472 | 2511 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
2473 | 2512 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -2551,6 +2590,7 moc/moc_lppmonplugin.cpp: /usr/include/q | |||
|
2551 | 2590 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
2552 | 2591 | /usr/include/qt5/QtCore/qglobal.h \ |
|
2553 | 2592 | /usr/include/qt5/QtCore/qconfig.h \ |
|
2593 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
2554 | 2594 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
2555 | 2595 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
2556 | 2596 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -2698,6 +2738,7 obj/rmapplugin.o: rmapplugin.cpp rmapplu | |||
|
2698 | 2738 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
2699 | 2739 | /usr/include/qt5/QtCore/qglobal.h \ |
|
2700 | 2740 | /usr/include/qt5/QtCore/qconfig.h \ |
|
2741 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
2701 | 2742 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
2702 | 2743 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
2703 | 2744 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -3267,6 +3308,7 obj/rmappluginui.o: rmappluginui.cpp rma | |||
|
3267 | 3308 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
3268 | 3309 | /usr/include/qt5/QtCore/qglobal.h \ |
|
3269 | 3310 | /usr/include/qt5/QtCore/qconfig.h \ |
|
3311 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
3270 | 3312 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
3271 | 3313 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
3272 | 3314 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -3816,6 +3858,7 obj/rmapoperations.o: rmapoperations.cpp | |||
|
3816 | 3858 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
3817 | 3859 | /usr/include/qt5/QtCore/qglobal.h \ |
|
3818 | 3860 | /usr/include/qt5/QtCore/qconfig.h \ |
|
3861 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
3819 | 3862 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
3820 | 3863 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
3821 | 3864 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -3938,6 +3981,7 obj/rmappluginpythonwrapper.o: rmapplugi | |||
|
3938 | 3981 | /usr/include/qt5/QtCore/qnamespace.h \ |
|
3939 | 3982 | /usr/include/qt5/QtCore/qglobal.h \ |
|
3940 | 3983 | /usr/include/qt5/QtCore/qconfig.h \ |
|
3984 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
3941 | 3985 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
3942 | 3986 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
3943 | 3987 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -4079,6 +4123,7 obj/stardundee.o: stardundee.cpp stardun | |||
|
4079 | 4123 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
4080 | 4124 | /usr/include/qt5/QtCore/qglobal.h \ |
|
4081 | 4125 | /usr/include/qt5/QtCore/qconfig.h \ |
|
4126 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
4082 | 4127 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
4083 | 4128 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
4084 | 4129 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -4579,6 +4624,7 obj/gresb.o: gresb.cpp gresb.h \ | |||
|
4579 | 4624 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
4580 | 4625 | /usr/include/qt5/QtCore/qglobal.h \ |
|
4581 | 4626 | /usr/include/qt5/QtCore/qconfig.h \ |
|
4627 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
4582 | 4628 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
4583 | 4629 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
4584 | 4630 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -5077,6 +5123,7 obj/tmechobridge.o: tmechobridge.cpp tme | |||
|
5077 | 5123 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
5078 | 5124 | /usr/include/qt5/QtCore/qglobal.h \ |
|
5079 | 5125 | /usr/include/qt5/QtCore/qconfig.h \ |
|
5126 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
5080 | 5127 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
5081 | 5128 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
5082 | 5129 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -5228,6 +5275,7 obj/entermode.o: entermode.cpp entermode | |||
|
5228 | 5275 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
5229 | 5276 | /usr/include/qt5/QtCore/qglobal.h \ |
|
5230 | 5277 | /usr/include/qt5/QtCore/qconfig.h \ |
|
5278 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
5231 | 5279 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
5232 | 5280 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
5233 | 5281 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -5362,6 +5410,7 obj/lfractions.o: lfractions.cpp lfracti | |||
|
5362 | 5410 | /usr/include/qt5/QtGui/qwindowdefs.h \ |
|
5363 | 5411 | /usr/include/qt5/QtCore/qglobal.h \ |
|
5364 | 5412 | /usr/include/qt5/QtCore/qconfig.h \ |
|
5413 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
5365 | 5414 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
5366 | 5415 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
5367 | 5416 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -5504,6 +5553,7 obj/lppmonplugininterface.o: /usr/includ | |||
|
5504 | 5553 | /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface_global.h \ |
|
5505 | 5554 | /usr/include/qt5/QtCore/qglobal.h \ |
|
5506 | 5555 | /usr/include/qt5/QtCore/qconfig.h \ |
|
5556 | /usr/include/qt5/QtCore/qconfig-32.h \ | |
|
5507 | 5557 | /usr/include/qt5/QtCore/qconfig-64.h \ |
|
5508 | 5558 | /usr/include/qt5/QtCore/qfeatures.h \ |
|
5509 | 5559 | /usr/include/qt5/QtCore/qsystemdetection.h \ |
@@ -5583,18 +5633,18 obj/moc_lppmonplugin.o: moc/moc_lppmonpl | |||
|
5583 | 5633 | ####### Install |
|
5584 | 5634 | |
|
5585 | 5635 | install_target: first FORCE |
|
5586 |
@test -d $(INSTALL_ROOT)/home/ |
|
|
5587 |
-$(INSTALL_PROGRAM) "bin/$(TARGET)" "$(INSTALL_ROOT)/home/ |
|
|
5588 |
-$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/ |
|
|
5589 |
-$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/ |
|
|
5590 |
-$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/ |
|
|
5636 | @test -d $(INSTALL_ROOT)/home/admin/.lppmon/plugins || mkdir -p $(INSTALL_ROOT)/home/admin/.lppmon/plugins | |
|
5637 | -$(INSTALL_PROGRAM) "bin/$(TARGET)" "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET)" | |
|
5638 | -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET0)" | |
|
5639 | -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET1)" | |
|
5640 | -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET2)" | |
|
5591 | 5641 | |
|
5592 | 5642 | uninstall_target: FORCE |
|
5593 |
-$(DEL_FILE) "$(INSTALL_ROOT)/home/ |
|
|
5594 |
-$(DEL_FILE) "$(INSTALL_ROOT)/home/ |
|
|
5595 |
-$(DEL_FILE) "$(INSTALL_ROOT)/home/ |
|
|
5596 |
-$(DEL_FILE) "$(INSTALL_ROOT)/home/ |
|
|
5597 |
-$(DEL_DIR) $(INSTALL_ROOT)/home/ |
|
|
5643 | -$(DEL_FILE) "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET)" | |
|
5644 | -$(DEL_FILE) "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET0)" | |
|
5645 | -$(DEL_FILE) "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET1)" | |
|
5646 | -$(DEL_FILE) "$(INSTALL_ROOT)/home/admin/.lppmon/plugins/$(TARGET2)" | |
|
5647 | -$(DEL_DIR) $(INSTALL_ROOT)/home/admin/.lppmon/plugins/ | |
|
5598 | 5648 | |
|
5599 | 5649 | |
|
5600 | 5650 | install: install_target FORCE |
General Comments 0
You need to be logged in to leave comments.
Login now