Improve ChangeSet to support more rewriting operations.

This commit is contained in:
Christian Kamm
2009-11-26 12:22:49 +01:00
parent 5bcd46b6be
commit 80b52e589d
6 changed files with 723 additions and 149 deletions
+18
View File
@@ -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