diff options
author | 2016-11-21 17:34:51 +0900 | |
---|---|---|
committer | 2016-11-21 09:35:38 +0000 | |
commit | d726a91974d959a5765ab7d3b3c939132febd2e5 (patch) | |
tree | 4fdb636c5525187acd91a580bd52f85f759b3582 /interfaces | |
parent | 83cfbb9fe4bcc17f6b00c8a25aa3eb8c2c850ac0 (diff) |
remove QMAKE_CLEAN += -r * from project files
use $ make distclean if you want to clean binaries and Makefile
Change-Id: I4f9af670c8625f48a0f9f77d31117d2a1a1cbb22
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'interfaces')
-rw-r--r-- | interfaces/interfaces.pro | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index 1d2920a..61085bf 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -64,7 +64,3 @@ gen_proxy_h.output = ${QMAKE_FILE_IN_BASE}_proxy.h gen_proxy_h.clean = ${QMAKE_FILE_IN_BASE}_proxy.h QMAKE_EXTRA_COMPILERS += gen_adapter_cpp gen_proxy_cpp gen_adapter_h gen_proxy_h - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/* |