diff options
author | tiansen <tian_sen@dl.cn.nexty-ele.com> | 2018-11-02 20:16:20 +0800 |
---|---|---|
committer | tiansen <tian_sen@dl.cn.nexty-ele.com> | 2018-11-02 20:16:20 +0800 |
commit | de4e4f75c59b1da4de91a75b3ab7b94d0ab8335f (patch) | |
tree | 16e4181f175748a5aff3f91b48449c37ec361e7a /app/app.pri | |
parent | ec044f44133cad1d12311345437b13b1a953226e (diff) |
restriction for ces2019sandbox/tiansen/ces2019_restrication
Diffstat (limited to 'app/app.pri')
-rw-r--r-- | app/app.pri | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/app.pri b/app/app.pri new file mode 100644 index 0000000..c3b1fd1 --- /dev/null +++ b/app/app.pri @@ -0,0 +1,13 @@ +TEMPLATE = app +QMAKE_LFLAGS += "-Wl,--hash-style=gnu -Wl,--as-needed" + +load(configure) +qtCompileTest(libhomescreen) + +config_libhomescreen { + CONFIG += link_pkgconfig + PKGCONFIG += homescreen + DEFINES += HAVE_LIBHOMESCREEN +} + +DESTDIR = $${OUT_PWD}/../package/root/bin |