diff options
author | Mark Brand <mabrand@mabrand.nl> | 2017-06-02 13:07:52 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2017-06-02 17:27:59 (GMT) |
commit | 89c89b628aaa61bdae476556fc555ced4ecb9954 (patch) | |
tree | 7fd7ed9a2bb1135f531afa44b7eeafe56c83de48 /src/qttools-test | |
parent | aea39fccfba62a796ec562121347c78f2436bca9 (diff) | |
download | mxe-89c89b628aaa61bdae476556fc555ced4ecb9954.zip mxe-89c89b628aaa61bdae476556fc555ced4ecb9954.tar.gz mxe-89c89b628aaa61bdae476556fc555ced4ecb9954.tar.bz2 |
upgrade qt5 packages to Qt 5.9.0
Diffstat (limited to 'src/qttools-test')
-rw-r--r-- | src/qttools-test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qttools-test/CMakeLists.txt b/src/qttools-test/CMakeLists.txt index 62463bf..320056a 100644 --- a/src/qttools-test/CMakeLists.txt +++ b/src/qttools-test/CMakeLists.txt @@ -27,6 +27,7 @@ target_link_libraries( ws2_32 intl iconv - pcre16 + pcre2-16 + version z ) |