summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/plugin.pri
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-02-22 15:27:55 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-22 15:27:55 (GMT)
commit31d29750e65d5e937f12d1d061f3e41e7453880f (patch)
tree2fa014608132aa875dcd3ee63c6e13b4f3d325a3 /src/corelib/plugin/plugin.pri
parent9ced42aa3351e2f07e3e408adfc3f88ac56a7caf (diff)
downloadQt-31d29750e65d5e937f12d1d061f3e41e7453880f.zip
Qt-31d29750e65d5e937f12d1d061f3e41e7453880f.tar.gz
Qt-31d29750e65d5e937f12d1d061f3e41e7453880f.tar.bz2
Various INTEGRITY fixes
Some smaller adaptation for missing POSIX calls and some build system tweaks for the INTEGRITY RTOS Merge-request: 1101 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/corelib/plugin/plugin.pri')
-rw-r--r--src/corelib/plugin/plugin.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/plugin/plugin.pri b/src/corelib/plugin/plugin.pri
index 50b005d..eb7a7f7 100644
--- a/src/corelib/plugin/plugin.pri
+++ b/src/corelib/plugin/plugin.pri
@@ -28,4 +28,8 @@ unix {
SOURCES += plugin/qlibrary_unix.cpp
}
+integrity {
+ SOURCES += plugin/qlibrary_unix.cpp
+}
+
LIBS_PRIVATE += $$QMAKE_LIBS_DYNLOAD