diff options
author | Liang Qi <liang.qi@qt.io> | 2016-05-19 21:37:33 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2016-05-19 21:37:33 +0200 |
commit | 9e8daaed0466d760e047c5da58811e55e7807c0a (patch) | |
tree | eb75deaa8be7b1bbd777416aa1995990cd0f86a1 /examples/serialport/creaderasync | |
parent | 2ac9c0c0e6210f73884bbe2bcb3d8269519003a8 (diff) | |
parent | 9c9255eda50af191636ff9f18df35567c307dd8c (diff) | |
download | qtserialport-9e8daaed0466d760e047c5da58811e55e7807c0a.tar.gz |
Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts:
.qmake.conf
Change-Id: I6a4c3e446633e6f142b87c268096b1bdc1598a62
Diffstat (limited to 'examples/serialport/creaderasync')
-rw-r--r-- | examples/serialport/creaderasync/creaderasync.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/serialport/creaderasync/creaderasync.pro b/examples/serialport/creaderasync/creaderasync.pro index 3565dc9..38d8b52 100644 --- a/examples/serialport/creaderasync/creaderasync.pro +++ b/examples/serialport/creaderasync/creaderasync.pro @@ -13,3 +13,6 @@ HEADERS += \ SOURCES += \ main.cpp \ serialportreader.cpp + +target.path = $$[QT_INSTALL_EXAMPLES]/serialport/creaderasync +INSTALLS += target |