summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
blob: adc4e19492c4fcceee60e468e4f7f0376bccc0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-30T21:56:15
#
#-------------------------------------------------

QT        += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET     = qtpass
TEMPLATE   = app

SOURCES   += main.cpp\
             mainwindow.cpp \
             dialog.cpp

HEADERS   += mainwindow.h \
             dialog.h

FORMS     += mainwindow.ui \
             dialog.ui

RESOURCES += resources.qrc

TRANSLATIONS += localization/localization_nl_NL.ts