build: linux package fix

some linux package fixes and now there is a package option in the build.sh script
This commit is contained in:
Andreas Stallinger
2015-09-09 16:39:23 +02:00
parent baedc3eed1
commit 4c0d749a39
6 changed files with 10 additions and 9 deletions
-2
View File
@@ -32,8 +32,6 @@ void QtAboutLicense::setup()
void QtAboutLicense::populateForm(QFormLayout* layout)
{
int minimumWidthForSecondCol = 360;
for(ThirdPartyLicense license : licenses3rdParties)
{
QLabel* licenseName = new QLabel();