diff options
author | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2018-09-26 10:39:58 +0800 |
---|---|---|
committer | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2018-09-26 10:39:58 +0800 |
commit | e79d82c88e350e6b882158624363b82fe3e2d91a (patch) | |
tree | ffce5bb5ca731ac3b3fd323b18c72c7d18572481 /sample/app/app.pro | |
parent | ec044f44133cad1d12311345437b13b1a953226e (diff) |
update
Diffstat (limited to 'sample/app/app.pro')
-rw-r--r-- | sample/app/app.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sample/app/app.pro b/sample/app/app.pro new file mode 100644 index 0000000..b4c75f3 --- /dev/null +++ b/sample/app/app.pro @@ -0,0 +1,16 @@ +TARGET = onstestapp +QT = quick + +SOURCES = main.cpp \ + eventhandler.cpp + +RESOURCES += \ + qml.qrc + +LIBS += -lqtwindowmanager -lqthomescreen -ljson-c + +DESTDIR = $${OUT_PWD}/../package/root/bin + +HEADERS += \ + eventhandler.h + |