From d7e94c5f123ff62efcd67889afcafdc3653bd30a Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 4 Aug 2014 14:59:02 +0200 Subject: qrc --- qtpass.pro | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'qtpass.pro') diff --git a/qtpass.pro b/qtpass.pro index a88c601b..cdf39152 100644 --- a/qtpass.pro +++ b/qtpass.pro @@ -4,21 +4,21 @@ # #------------------------------------------------- -QT += core gui +QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -TARGET = qtpass -TEMPLATE = app +TARGET = qtpass +TEMPLATE = app -SOURCES += main.cpp\ - mainwindow.cpp \ - dialog.cpp +SOURCES += main.cpp\ + mainwindow.cpp \ + dialog.cpp -HEADERS += mainwindow.h \ - dialog.h +HEADERS += mainwindow.h \ + dialog.h -FORMS += mainwindow.ui \ - dialog.ui +FORMS += mainwindow.ui \ + dialog.ui -TRANSLATIONS += localization/localization_nl_NL.ts +RESOURCES += resources.qrc -- cgit v1.2.3