mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
addded missing includes (porting to qt5)
This commit is contained in:
parent
4438599c27
commit
ad0e67005a
@ -4,6 +4,15 @@
|
||||
#include <QtGui>
|
||||
#include <QString>
|
||||
#include <QModelIndex>
|
||||
#include <QListView>
|
||||
#include <QCompleter>
|
||||
#include <QStyledItemDelegate>
|
||||
#include <QPlainTextEdit>
|
||||
#include <QToolButton>
|
||||
#include <QLineEdit>
|
||||
#include <QMenu>
|
||||
#include <QProgressBar>
|
||||
#include <QShortcut>
|
||||
#include "../common/scriptsyntax.h"
|
||||
#include "../common/searcher.h"
|
||||
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
#include <QMdiArea>
|
||||
#include <QStringList>
|
||||
#include <QColorDialog>
|
||||
#include <QMdiSubWindow>
|
||||
#include "../common/pluginmanager.h"
|
||||
#include "../common/scriptinterface.h"
|
||||
#include "glarea.h"
|
||||
|
||||
@ -129,7 +129,7 @@ win32-g++:LIBS += -L../external/lib/win32-gcc -ljhead -L../distrib -lcom
|
||||
# win32-g++:release:LIBS += -L../common/release -lcommon
|
||||
#}
|
||||
|
||||
linux-g++:LIBS += -L../external/lib/linux-g++ -ljhead -L../distrib -lcommon
|
||||
linux-g++:LIBS += -L../external/lib/linux-g++ -ljhead -L../distrib -lcommon -lGLU
|
||||
linux-g++:QMAKE_RPATHDIR += ../distrib
|
||||
linux-g++-32:LIBS += -L../external/lib/linux-g++-32 -ljhead -L../distrib -lcommon
|
||||
linux-g++-32:QMAKE_RPATHDIR += ../distrib
|
||||
@ -142,4 +142,4 @@ linux-g++-64:QMAKE_RPATHDIR += ../distrib
|
||||
|
||||
# The following define is needed in gcc to remove the asserts
|
||||
win32-g++:DEFINES += NDEBUG
|
||||
CONFIG(debug, debug|release):win32-g++:release:DEFINES -= NDEBUG
|
||||
CONFIG(debug, debug|release):win32-g++:release:DEFINES -= NDEBUG
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user