9 lines
139 B
Prolog
9 lines
139 B
Prolog
|
CONFIG += testcase
|
||
|
TARGET = tst_qicon
|
||
|
|
||
|
QT += testlib
|
||
|
SOURCES += tst_qiconhighdpi.cpp
|
||
|
RESOURCES = tst_qiconhighdpi.qrc
|
||
|
|
||
|
TESTDATA += icons/*
|