Mercurial > hg > sonic-visualiser
diff test-svcore-data-fileio.pro @ 1490:e4bd2a532ced 3.0-integration
More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos
author | Chris Cannam |
---|---|
date | Fri, 06 Jan 2017 15:44:55 +0000 |
parents | ae3a89df2c9d |
children | a86168d1ba68 |
line wrap: on
line diff
--- a/test-svcore-data-fileio.pro Fri Jan 06 12:11:08 2017 +0000 +++ b/test-svcore-data-fileio.pro Fri Jan 06 15:44:55 2017 +0000 @@ -28,4 +28,6 @@ for (file, TEST_SOURCES) { SOURCES += $$sprintf("svcore/data/fileio/test/%1", $$file) } for (file, TEST_HEADERS) { HEADERS += $$sprintf("svcore/data/fileio/test/%1", $$file) } -QMAKE_POST_LINK = ./$${TARGET}$${TARGET_EXT} +!win32* { + QMAKE_POST_LINK = ./$${TARGET} +}