From 51176c92ffebb37fba5871b5753ad33c5b0c939b Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 8 Apr 2019 14:31:34 +0200 Subject: [PATCH] Core: Fix qbs build Amends 07645527a3. Change-Id: I10889b43518c88b0c72f4df69583fbe43486ecfa Reviewed-by: Christian Stenger --- src/plugins/coreplugin/coreplugin.qbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/coreplugin/coreplugin.qbs b/src/plugins/coreplugin/coreplugin.qbs index cc4da8d2fda..4a603b655c3 100644 --- a/src/plugins/coreplugin/coreplugin.qbs +++ b/src/plugins/coreplugin/coreplugin.qbs @@ -314,6 +314,8 @@ Project { "ifindsupport.h", "itemviewfind.cpp", "itemviewfind.h", + "optionspopup.cpp", + "optionspopup.h", "searchresultcolor.h", "searchresulttreeitemdelegate.cpp", "searchresulttreeitemdelegate.h",