summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
blob: cdf391524183f89e63b557997ce1df0fdf3758f6 (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
#-------------------------------------------------
#
# 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