configure qt version automatically in installer script

This commit is contained in:
walker0643
2018-02-10 13:44:33 -05:00
parent 3023f9b469
commit f30fe8775c
2 changed files with 25 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
<Include>
<?define Name="Barrier" ?>
<?define Version="@BARRIER_VERSION@" ?>
<?define QtVersion="5.6.3" ?> <!-- TODO: Configure this externally //-->
<?define QtVersion="@QT_VERSION@" ?>
<?define Author="Debauchee Open Source Group" ?>
<?define BinPath="@CMAKE_RUNTIME_OUTPUT_DIRECTORY@/$(var.Configuration)" ?>
<?define ResPath="@CMAKE_CURRENT_SOURCE_DIR@/res" ?>