summaryrefslogtreecommitdiffstats
path: root/src/opcua/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/CMakeLists.txt')
-rw-r--r--src/opcua/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/opcua/CMakeLists.txt b/src/opcua/CMakeLists.txt
index d78195c..406c236 100644
--- a/src/opcua/CMakeLists.txt
+++ b/src/opcua/CMakeLists.txt
@@ -76,10 +76,12 @@ qt_internal_add_module(OpcUa
client/qopcuaxvalue.cpp client/qopcuaxvalue.h
client/qopcuadiagnosticinfo.cpp client/qopcuadiagnosticinfo.h
client/qopcuavariant.cpp client/qopcuavariant.h
+ compat/removed_api.cpp
core/qopcuaplugin.cpp core/qopcuaplugin.h
core/qopcuaprovider.cpp core/qopcuaprovider.h
qopcuaglobal.h
-
+ NO_PCH_SOURCES
+ compat/removed_api.cpp
LIBRARIES
Qt::CorePrivate
Qt::NetworkPrivate