diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ TEMPLATE = app CONFIG += warn_on \ thread \ qt \ - debug + debug \ + c++11 CONFIG -= release QT += core gui widgets sql concurrent SOURCES = main.cpp \ |