diff options
| author | David Faure <[email protected]> | 2016-06-25 16:39:49 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2016-06-25 16:40:18 +0200 |
| commit | e615bfaed4cd562d31ea0506529f730c414b6ec0 (patch) | |
| tree | e83924de3e0a12c63f13fccf8f04bfcc39a1dd34 /CMakeLists.txt | |
| parent | 6bb62f17b525baf89e7f35f4f3a321876c3a31ab (diff) | |
add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation
This fixes some URLs built from local paths without scheme.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e6111307..86b06e889 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,8 @@ else() ) endif() +add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + add_subdirectory(src) add_subdirectory(doc) |
