summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2014-07-30 22:31:35 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-30 22:31:35 +0200
commitc2eb3dff58e4de577f6c250ad225d42f762b6c26 (patch)
treef758e25ee26cc4dd6735cf098dd1150d272f7965 /qtpass.pro
initial import
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/qtpass.pro b/qtpass.pro
new file mode 100644
index 00000000..2e7c1b87
--- /dev/null
+++ b/qtpass.pro
@@ -0,0 +1,20 @@
+#-------------------------------------------------
+#
+# 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
+
+HEADERS += mainwindow.h
+
+FORMS += mainwindow.ui