Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit da8be0a

Browse files
committed
fix
1 parent 1f8b80b commit da8be0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/messages/messages.pro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ TEMPLATE = lib
22

33
CONFIG += static
44

5-
load(qt_helper_lib)
6-
CONFIG += qt warning_clean
7-
QT = core
8-
95
TARGET = qtdatasync-messages
106

117
DEFINES += QT_BUILD_DATASYNC_LIB #is build as part of the lib regarding exports
@@ -58,6 +54,10 @@ SOURCES += \
5854

5955
include(../3rdparty/cryptopp/cryptopp.pri)
6056

57+
load(qt_helper_lib)
58+
CONFIG += qt warning_clean
59+
QT = core
60+
6161
cryptopp_lib.files += $$CRYPTOPP_LIBFILE
6262
cryptopp_lib.path = $${target.path}
6363
qtConfig(static): INSTALLS += cryptopp_lib

0 commit comments

Comments
 (0)