tst_qiconhighdpi: fix target name
CMake will complain that we have a duplicate test name otherwise. Generally it makes a lot of sense to name the test binary the same as the test itself. Change-Id: I27c4b51e6a2869f025e1100f1a9dd6b54ebdaf55 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Morten Kristensen <me@mortens.dev> Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
898ab9677e
commit
328122dddd
@ -1,5 +1,5 @@
|
||||
CONFIG += testcase
|
||||
TARGET = tst_qicon
|
||||
TARGET = tst_qiconhighdpi
|
||||
|
||||
QT += testlib
|
||||
SOURCES += tst_qiconhighdpi.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user