From 2ee1fd6db25138bf62e18215ebf0b9ec911ad6df Mon Sep 17 00:00:00 2001 From: martinrotter Date: Thu, 27 Aug 2020 06:38:14 +0200 Subject: [PATCH] Update build.pro --- build.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.pro b/build.pro index bafdb6405..ad35358d1 100644 --- a/build.pro +++ b/build.pro @@ -28,7 +28,8 @@ # Other information: # - supports Windows, Linux, Mac OS X, Android, # - Qt 5.9.0 or higher is required, -# - C++ 11 is required. +# - if you wish to make packages for Windows, then you must initialize all submodules within repository before compilation, +# - C++ 11/17 is required. # # Authors and contributors: # - Martin Rotter (project leader).