forked from qt-creator/qt-creator
SilverSearcher: Fix release build
Change-Id: Ib55304708454204f14fe3429f02108678f7a3e9e Reviewed-by: Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
This commit is contained in:
@@ -44,10 +44,11 @@ void SilverSearcherPlugin::extensionsInitialized()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_TESTS
|
||||||
QList<QObject *> SilverSearcherPlugin::createTestObjects() const
|
QList<QObject *> SilverSearcherPlugin::createTestObjects() const
|
||||||
{
|
{
|
||||||
return {new OutputParserTest};
|
return {new OutputParserTest};
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace SilverSearcher
|
} // namespace SilverSearcher
|
||||||
|
Reference in New Issue
Block a user