tst_qicon: Enable lowdpi test using qt_add_test argument
Change-Id: I98f850c668a45d127abb1c2af5915f2cbcbd1cdb Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
089d72d7d9
commit
9a8fe34e4d
@ -1,6 +1,5 @@
|
||||
# Generated from qicon.pro.
|
||||
|
||||
add_definitions(-DTESTCASE_LOWDPI) # special case
|
||||
#####################################################################
|
||||
## tst_qicon Test:
|
||||
#####################################################################
|
||||
@ -32,6 +31,7 @@ file(GLOB_RECURSE test_data_glob
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
qt_add_test(tst_qicon
|
||||
LOWDPI # special case
|
||||
SOURCES
|
||||
tst_qicon.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
Loading…
Reference in New Issue
Block a user