Skip to content

Commit

Permalink
fix: fix the issue of not being able to find
Browse files Browse the repository at this point in the history
    qlocalserver. h in 1053CRP packaging

Fix the issue of not being able to find
qlocalserver. h in 1053CRP packaging

Log: fix the issue of not being able to find
    qlocalserver. h in 1053CRP packaginging

Bug: https://pms.uniontech.com/bug-view-269749.html
  • Loading branch information
zhx-uos authored and max-lvs committed Aug 23, 2024
1 parent 75e0dad commit 522bb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#-------------------------------------------------

QT += core gui dtkcore
QT += core gui dtkcore network

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later

#include "singleinstance.h"

#include <QtNetwork/qlocalserver.h>
#include <QLocalServer>
#include <QLocalSocket>
#include <QStandardPaths>
Expand Down

0 comments on commit 522bb08

Please sign in to comment.