Erased unwanted strings from vtools.pro
--HG-- branch : develop
This commit is contained in:
parent
3d25bb1bc5
commit
3974e1a0a8
|
@ -29,8 +29,10 @@
|
||||||
#ifndef DIALOGTOOL_H
|
#ifndef DIALOGTOOL_H
|
||||||
#define DIALOGTOOL_H
|
#define DIALOGTOOL_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "../vmisc/vabstractapplication.h"
|
#include "../vmisc/vabstractapplication.h"
|
||||||
#include "../../../vmisc/logging.h"
|
#include "../vmisc/logging.h"
|
||||||
#include "../vwidgets/vmaingraphicsscene.h"
|
#include "../vwidgets/vmaingraphicsscene.h"
|
||||||
#include "visualization/visualization.h"
|
#include "visualization/visualization.h"
|
||||||
#include "../ifc/xml/vabstractpattern.h"
|
#include "../ifc/xml/vabstractpattern.h"
|
||||||
|
|
|
@ -51,12 +51,6 @@ $$enable_ccache()
|
||||||
# Set precompiled headers. Function set_PCH() defined in Valentina.pri.
|
# Set precompiled headers. Function set_PCH() defined in Valentina.pri.
|
||||||
$$set_PCH()
|
$$set_PCH()
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/../vpatterndb
|
|
||||||
INCLUDEPATH += $${_PRO_FILE_PWD_}/../vmisc
|
|
||||||
INCLUDEPATH += $${_PRO_FILE_PWD_}/../vwidgets
|
|
||||||
INCLUDEPATH += $${_PRO_FILE_PWD_}/visualization
|
|
||||||
INCLUDEPATH += $${_PRO_FILE_PWD_}/../ifc
|
|
||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
# Debug mode
|
# Debug mode
|
||||||
unix {
|
unix {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user