First pass at converting from qmake to cmake.

This commit is contained in:
Jeremy Borgman
2020-07-09 14:51:33 -05:00
parent 1ef9cad20c
commit f5013df306
217 changed files with 491 additions and 1038 deletions

View File

@@ -131,6 +131,7 @@ void InfoWindow::initLabels() {
QLabel *versionTitleLabel = new QLabel(tr("<u><b>Version</b></u>"), this);
versionTitleLabel->setAlignment(Qt::AlignHCenter);
m_layout->addWidget(versionTitleLabel);
QString versionMsg = "Flameshot " + QStringLiteral(APP_VERSION) + "\nCompiled with Qt "
+ QT_VERSION_STR;
QLabel *versionLabel = new QLabel(versionMsg, this);