diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,2 +1,4 @@ syntax: glob execut.pro.user +object_script.execut.Release +object_script.execut.Debug diff --git a/execut.pro b/execut.pro --- a/execut.pro +++ b/execut.pro @@ -5,7 +5,7 @@ #------------------------------------------------- QT += core gui -win32:QT +=xml svg + greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = execut