diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-27 20:32:36 +0900 |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-27 20:35:51 +0900 |
commit | d084bc1f764833566f3e8eafc9fc297c3fa9ee08 (patch) | |
tree | e4ae60d85d7f539bfccfa0cc8da4bcfbbe62c708 /app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp | |
parent | 8db2eded601ad5817a42c5230b157b091e2ffe90 (diff) |
Desktop PC development support
Add tests if libhomescreen and qlibwindowmanager are available and use
them only when they are available.
Change-Id: I6b219721b279542bf474f3df34bfb3adbc6e9ff0
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp')
-rw-r--r-- | app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp b/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp new file mode 100644 index 0000000..bb95c93 --- /dev/null +++ b/app/config.tests/qlibwindowmanager/qlibwindowmanager.cpp @@ -0,0 +1,8 @@ +#include <qlibwindowmanager.h> + +int main(int argc,char **argv) +{ + QLibWindowmanager qwm; + return 0; +} + |