Don't install modeltest during 'make install'

This commit is contained in:
Srivats P 2019-04-04 21:38:04 +05:30
parent 75c8f44079
commit a2190f9a9f

View File

@ -1,5 +1,5 @@
TEMPLATE = lib
CONFIG += testcase static
CONFIG += testcase static no_testcase_installs
QT += widgets testlib
SOURCES += modeltest.cpp dynamictreemodel.cpp
HEADERS += modeltest.h dynamictreemodel.h