summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2014-10-07 13:48:57 -0400
committerBrett Stottlemyer <bstottle@ford.com>2014-10-16 13:05:29 +0200
commitec68d2724872c4e3c0b63e0ac12a369e639088de (patch)
treed0b93852644007bddf6d51097700dd40dcb366d7 /.qmake.conf
parent4d455cba42dc11c3cd71bec0d560ea3642bf5350 (diff)
Say hello to QtRemoteObjects
This is a module that allows you to create copies/replicas of your QObjects in other processes, without having to write a bunch of IPC code. Change-Id: I4a62f120eca34c9f50089b7d9d09dcfcad14476c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Björn Breitmeyer <bjoern.breitmeyer@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
new file mode 100644
index 0000000..889750c
--- /dev/null
+++ b/.qmake.conf
@@ -0,0 +1,3 @@
+load(qt_build_config)
+CONFIG += qt_example_installs
+MODULE_VERSION = 5.4.0