15 lines
432 B
Diff
15 lines
432 B
Diff
--- checker/checker.pri.orig 2017-05-25 10:26:10.000000000 +0200
|
|
+++ checker/checker.pri 2017-08-15 10:32:05.033468727 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+include(../config.pri)
|
|
|
|
CONFIG += qt stl c++11 exceptions console warn_on
|
|
QT -= xml network gui widgets
|
|
--- checker/helper.pro.orig 2017-05-25 10:26:10.000000000 +0200
|
|
+++ checker/helper.pro 2017-08-15 10:32:44.558652327 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+include(../config.pri)
|
|
|
|
TEMPLATE = app
|
|
|