ui: state required Java version

* revised texts in application preferences and documentation to state the currently required Java version
* update deploy script on windows to use UPX with "--best" instead of "--brute"
This commit is contained in:
malte_langkabel
2016-09-01 13:40:06 +02:00
parent a014f9f7a6
commit 7271e30434
3 changed files with 15 additions and 11 deletions
@@ -209,7 +209,9 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
layout->addWidget(m_javaPath, row, QtProjectWizzardWindow::BACK_COL);
addHelpButton(
"Location of the dynamic library for your jre virtual machine."
"Location of your Java 8 runtime dynamic library (for information on how to set these take a look at "
"<a href=\"https://coati.io/documentation/#FindingJavaRuntimeLibraryLocation\">"
"Finding Java Runtime Library Location</a> or use the auto detection below)"
, layout, row
);
row++;