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:
@@ -32,8 +32,6 @@ void QtAboutLicense::setup()
|
||||
|
||||
void QtAboutLicense::populateForm(QFormLayout* layout)
|
||||
{
|
||||
int minimumWidthForSecondCol = 360;
|
||||
|
||||
for(ThirdPartyLicense license : licenses3rdParties)
|
||||
{
|
||||
QLabel* licenseName = new QLabel();
|
||||
|
||||
Reference in New Issue
Block a user