qt5base-lts/tests/auto/tools/rcc/rcc.pro
hjk d9e2bd5388 rcc: Add some tests
- 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>
2018-08-24 08:25:42 +00:00

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