Skip to content

Commit 8fe865f

Browse files
committed
Test updated
1 parent d184959 commit 8fe865f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/test.pro

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QT += testlib
1+
QT += testlib script
22
#QT -= gui
33

44
OBJECTS_DIR = .obj
@@ -37,7 +37,8 @@ SOURCES += maintest.cpp \
3737
../classes/compression/rlecompressor.cpp \
3838
parts/testrle.cpp \
3939
../classes/settings/presets/reorderingoptions.cpp \
40-
parts/testreorderingoptions.cpp
40+
parts/testreorderingoptions.cpp \
41+
../classes/parser/convert/convimage.cpp
4142

4243
HEADERS += \
4344
parts/testbitmaphelper.h \
@@ -62,7 +63,8 @@ HEADERS += \
6263
../classes/compression/rlecompressor.h \
6364
parts/testrle.h \
6465
../classes/settings/presets/reorderingoptions.h \
65-
parts/testreorderingoptions.h
66+
parts/testreorderingoptions.h \
67+
../classes/parser/convert/convimage.h
6668

6769
DEFINES += SRCDIR=\\\"$$PWD/\\\"
6870

0 commit comments

Comments
 (0)