diff options
Diffstat (limited to 'benchmark/qstringlist.pro')
| -rw-r--r-- | benchmark/qstringlist.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmark/qstringlist.pro b/benchmark/qstringlist.pro new file mode 100644 index 0000000..e43cb37 --- /dev/null +++ b/benchmark/qstringlist.pro @@ -0,0 +1,16 @@ +TARGET = tst_bench_qtcollator +CONFIG -= debug +CONFIG += release +QT -= gui +QT += testlib + +INCLUDEPATH += . .. +win32:INCLUDEPATH += . .. c:/users/denis/dev/icu/include + +unix:LIBS += -licuuc -licui18n +win32:LIBS += -Lc:/users/denis/dev/icu/lib -licuin + +# Input +HEADERS += ../qtcollator.h +SOURCES += main.cpp ../qtcollator.cpp + |
