diff options
Diffstat (limited to 'examples/dbus/remotecontrolledcar/remotecontrolledcar.pro')
-rw-r--r-- | examples/dbus/remotecontrolledcar/remotecontrolledcar.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro b/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro new file mode 100644 index 0000000..73bfa37 --- /dev/null +++ b/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs +SUBDIRS = car \ + controller + +# install +sources.files = *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar +INSTALLS += sources |