diff options
Diffstat (limited to 'examples/dbus/remotecontrolledcar/remotecontrolledcar.pro')
-rw-r--r-- | examples/dbus/remotecontrolledcar/remotecontrolledcar.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro b/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro index 73bfa37..0df8e1f 100644 --- a/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro +++ b/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro @@ -6,3 +6,5 @@ SUBDIRS = car \ sources.files = *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar INSTALLS += sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |