forked from qt-creator/qt-creator
fakevim: make empty auto test compile
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
|
||||
QT += testlib
|
||||
|
||||
FAKEVIMSOURCE = ../../../src/plugins/fakevim
|
||||
|
||||
INCLUDEPATH += $$FAKEVIMSOURCE
|
||||
FAKEVIMDIR = ../../../src/plugins/fakevim
|
||||
UTILSDIR = ../../../src/libs
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
$$FAKEVIMSOURCE/handler.cpp
|
||||
$$FAKEVIMDIR/fakevimhandler.cpp \
|
||||
$$FAKEVIMDIR/fakevimactions.cpp \
|
||||
$$UTILSDIR/utils/savedaction.cpp \
|
||||
$$UTILSDIR/utils/pathchooser.cpp \
|
||||
$$UTILSDIR/utils/basevalidatinglineedit.cpp \
|
||||
|
||||
HEADERS += \
|
||||
$$FAKEVIMSOURCE/handler.h
|
||||
$$FAKEVIMDIR/fakevimhandler.h \
|
||||
$$FAKEVIMDIR/fakevimactions.h \
|
||||
$$UTILSDIR/utils/savedaction.h \
|
||||
$$UTILSDIR/utils/pathchooser.h \
|
||||
$$UTILSDIR/utils/basevalidatinglineedit.h \
|
||||
|
||||
INCLUDEPATH += $$FAKEVIMDIR $$UTILSDIR
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
#include "handler.h"
|
||||
#include "fakevimhandler.h"
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <QtCore/QSet>
|
||||
|
||||
Reference in New Issue
Block a user