Qt: fix copy of newer files when building with qmake

Change-Id: I8ea5e2770a0c5be3d981d986fa96fe30445db167
Reviewed-on: https://code.wireshark.org/review/10018
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-08-13 17:38:09 +02:00
parent 2d5f2ae108
commit 7661bb2540
1 changed files with 5 additions and 2 deletions

View File

@ -155,6 +155,9 @@ win32 {
CONFIG -= embed_manifest_dll
CONFIG -= embed_manifest_exe
}
# Use xcopy instead of copy so as to ensure that newer version of files are copied
QMAKE_COPY_FILE = xcopy /d /y
}
SOURCES_TAP = \
@ -458,9 +461,9 @@ win32 {
LIBS += \
$${guilibsdll} $${HHC_LIBS} \
-L../../epan -llibwireshark -L../../wsutil -llibwsutil \
-L../../wiretap -lwiretap-$${WTAP_VERSION} \
-L../../wiretap -lwiretap-$${WTAP_VERSION} \
-L../../capchild -llibcapchild -L../../caputils -llibcaputils \
-L.. -llibui -L../../codecs -lcodecs \
-L.. -llibui -L../../codecs -lcodecs \
-L$${GLIB_DIR}/lib -lglib-2.0 -lgmodule-2.0 \
-L$${ZLIB_DIR}/lib -lzdll \
-L$${WINSPARKLE_DIR} -lWinSparkle