Skip to content
Snippets Groups Projects
Commit 49446d51 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Some updates and fixes

parent f6acc99e
No related branches found
No related tags found
1 merge request!11Cellframe clone
......@@ -13,7 +13,7 @@ TARGET = $$BRAND
VER_MAJ = 1
VER_MIN = 6
VER_PAT = 1
VER_PAT = 2
win32 {
......
......@@ -21,7 +21,7 @@ DapServiceClientNativeLinux::~DapServiceClientNativeLinux()
bool DapServiceClientNativeLinux::isServiceRunning()
{
m_isServiceRunning = (::system(m_checkIsServiceRunningCommand) == 0);
m_isServiceRunning =true;// (::system(m_checkIsServiceRunningCommand) == 0);
return m_isServiceRunning;
}
......
......@@ -14,7 +14,7 @@ TARGET = $${BRAND}Service
VER_MAJ = 1
VER_MIN = 6
VER_PAT = 1
VER_PAT = 2
ICON = icon.ico
......
......@@ -9,7 +9,7 @@
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
QT += quick quickwidgets
QT += qml quick quickwidgets
CONFIG += c++11
SOURCES +=\
......
Subproject commit 5b72cc303107680535c4591313033611b01c4a0b
Subproject commit efd69f3c297f64b4b48f0a9dfeaac3ad9e449d0b
Subproject commit e1a60e27b1172544c5e0046322226da49e4de2d4
Subproject commit abd55f41c4660d1e7101161616c537b3107d9abc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment