From 2cf020fe450279c41e623965d6d4a919b05e9632 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 4 Oct 2015 20:37:04 +0000 Subject: [PATCH] Revert commit 4224 git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4234 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- qelectrotech.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qelectrotech.pro b/qelectrotech.pro index c7cb691f9..20bf76304 100644 --- a/qelectrotech.pro +++ b/qelectrotech.pro @@ -203,4 +203,7 @@ macx { DEFINES += QET_COMMON_COLLECTION_PATH_RELATIVE_TO_BINARY_PATH } - +# Compilers-specific options +unix { + QMAKE_COPY_DIR = 'cp -f -r --preserve=timestamps' +}