forked from qt-creator/qt-creator
Improve ChangeSet to support more rewriting operations.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
QT += testlib
|
||||
|
||||
# Defines import symbol as empty
|
||||
DEFINES+=QTCREATOR_UTILS_STATIC_LIB
|
||||
|
||||
UTILSDIR = ../../../src/libs
|
||||
|
||||
SOURCES += \
|
||||
tst_changeset.cpp \
|
||||
$$UTILSDIR/utils/changeset.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$UTILSDIR/utils/changeset.h
|
||||
|
||||
INCLUDEPATH += $$UTILSDIR
|
||||
|
||||
TARGET=tst_$$TARGET
|
||||
Reference in New Issue
Block a user