9 lines
150 B
Prolog
9 lines
150 B
Prolog
|
CONFIG += testcase
|
||
|
QT += testlib core-private
|
||
|
QT -= gui
|
||
|
|
||
|
TARGET = tst_qwinregistry
|
||
|
CONFIG += console
|
||
|
|
||
|
SOURCES += tst_qwinregistry.cpp
|