fixed build problem on Windows
--HG-- branch : develop
This commit is contained in:
parent
2d3b50637c
commit
3d25bb1bc5
|
@ -29,11 +29,11 @@
|
|||
#ifndef DIALOGTOOL_H
|
||||
#define DIALOGTOOL_H
|
||||
|
||||
#include "../../../vmisc/vabstractapplication.h"
|
||||
#include "../vmisc/vabstractapplication.h"
|
||||
#include "../../../vmisc/logging.h"
|
||||
#include "../../../vwidgets/vmaingraphicsscene.h"
|
||||
#include "../../visualization/visualization.h"
|
||||
#include "../../../ifc/xml/vabstractpattern.h"
|
||||
#include "../vwidgets/vmaingraphicsscene.h"
|
||||
#include "visualization/visualization.h"
|
||||
#include "../ifc/xml/vabstractpattern.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QDialogButtonBox>
|
||||
|
|
|
@ -52,6 +52,10 @@ $$enable_ccache()
|
|||
$$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){
|
||||
# Debug mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user