aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-cpp/framework-OSInterface.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/src-cpp/framework-OSInterface.pri')
-rw-r--r--src-qt5/src-cpp/framework-OSInterface.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-qt5/src-cpp/framework-OSInterface.pri b/src-qt5/src-cpp/framework-OSInterface.pri
new file mode 100644
index 00000000..92fb8889
--- /dev/null
+++ b/src-qt5/src-cpp/framework-OSInterface.pri
@@ -0,0 +1,4 @@
+QT *= core network
+
+HEADERS *= framework-OSInterface.h
+SOURCES *= framework-OSInterface_private.cpp
bgstack15