d9e2bd5388
- three more tests cases on expected .qrc generation - a new test comparing data read via resource with the same data directly read from the original file Change-Id: Ic34e68c9fc3fa110110161b57d4129ae44419020 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
13 lines
237 B
INI
13 lines
237 B
INI
CONFIG += testcase
|
|
QT = core testlib
|
|
TARGET = tst_rcc
|
|
|
|
SOURCES += tst_rcc.cpp
|
|
|
|
RESOURCES += \
|
|
$$PWD/data/images/images.qrc \
|
|
$$PWD/data/sizes/size-0.qrc \
|
|
$$PWD/data/sizes/size-2-0-35-1.qrc \
|
|
$$PWD/data/sizes/size-1.qrc
|
|
|