diff options
-rw-r--r-- | qmc-example.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmc-example.pro b/qmc-example.pro index 9818549e..4f3e922f 100644 --- a/qmc-example.pro +++ b/qmc-example.pro @@ -1,6 +1,6 @@ TEMPLATE = app -CONFIG += object_parallel_to_source +CONFIG += c++17 warn_on object_parallel_to_source windows { CONFIG += console } |