diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2019-04-08 14:31:34 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2019-04-08 14:39:29 +0000 |
commit | 51176c92ffebb37fba5871b5753ad33c5b0c939b (patch) | |
tree | 8133d1542bd20b7e9267d913fb92a2f82ca3f918 /src | |
parent | 421e025c35f8f530719e153b60a7e27af99b5ef6 (diff) | |
download | qt-creator-51176c92ffebb37fba5871b5753ad33c5b0c939b.tar.gz |
Core: Fix qbs build
Amends 07645527a3.
Change-Id: I10889b43518c88b0c72f4df69583fbe43486ecfa
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/coreplugin/coreplugin.qbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/coreplugin.qbs b/src/plugins/coreplugin/coreplugin.qbs index cc4da8d2fd..4a603b655c 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", |