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