forked from qt-creator/qt-creator
fakevim: restore "cheap build" capability of the manual "test"
This commit is contained in:
2
tests/manual/fakevim/README
Normal file
2
tests/manual/fakevim/README
Normal file
@@ -0,0 +1,2 @@
|
||||
This is not part of the test suite. It only serves as a target for remote
|
||||
debugging and proof that fakevim is independent from Creator core.
|
||||
@@ -1,20 +1,24 @@
|
||||
FAKEVIMHOME = ../../../src/plugins/fakevim
|
||||
UTILSDIR = ../../../src/libs
|
||||
|
||||
DEFINES += QTCREATOR_UTILS_STATIC_LIB
|
||||
|
||||
include(../../../src/libs/utils/utils-lib.pri)
|
||||
LIBSDIR = ../../../src/libs
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
$$FAKEVIMHOME/fakevimhandler.cpp \
|
||||
$$FAKEVIMHOME/fakevimactions.cpp \
|
||||
$$FAKEVIMHOME/fakevimsyntax.cpp
|
||||
$$FAKEVIMHOME/fakevimsyntax.cpp \
|
||||
$$LIBSDIR/utils/basevalidatinglineedit.cpp \
|
||||
$$LIBSDIR/utils/environment.cpp \
|
||||
$$LIBSDIR/utils/pathchooser.cpp \
|
||||
$$LIBSDIR/utils/savedaction.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$FAKEVIMHOME/fakevimhandler.h \
|
||||
$$FAKEVIMHOME/fakevimactions.h \
|
||||
$$FAKEVIMHOME/fakevimsyntax.h
|
||||
$$FAKEVIMHOME/fakevimsyntax.h \
|
||||
$$LIBSDIR/utils/basevalidatinglineedit.h \
|
||||
$$LIBSDIR/utils/environment.h \
|
||||
$$LIBSDIR/utils/pathchooser.h \
|
||||
$$LIBSDIR/utils/savedaction.h
|
||||
|
||||
INCLUDEPATH += $$FAKEVIMHOME $$UTILSDIR
|
||||
INCLUDEPATH += $$FAKEVIMHOME $$LIBSDIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user