summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-09 01:33:35 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-09 01:33:35 +0200
commit5a990ea624dda0c30ac5cbc0be02e41ece2d4818 (patch)
tree4b8557f7ea9d6f478ea40c5511fb9a83874af0d1 /qtpass.pro
parent2bec0fa72ba843725d4e9d4239262aeeccbad54b (diff)
Revert "Enable C++11 and use it to simplify loops."
Diffstat (limited to 'qtpass.pro')
-rw-r--r--qtpass.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 8547a7a5..f9383a0f 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -11,8 +11,6 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-CONFIG += c++11
-
macx {
TARGET = QtPass
} else {