Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489152 - app-text/cb2bib: use system copy of dev-qt/qtsingleapplication
Summary: app-text/cb2bib: use system copy of dev-qt/qtsingleapplication
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2013-10-23 13:55 UTC by Nikoli
Modified: 2013-11-08 10:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-10-23 13:55:47 UTC
cb2bib-1.4.9 $ grep qtsingleapplication src/main.cpp src/CMakeLists.txt -a1
src/main.cpp- ***************************************************************************/
src/main.cpp:#include "qtsingleapplication/src/qtsingleapplication.h"
src/main.cpp:#include "qtsingleapplication/src/qtsinglecoreapplication.h"
src/main.cpp-
--
src/CMakeLists.txt-
src/CMakeLists.txt:list_source_files_at(MODSINGAPP_CPP MODSINGAPP_H MODSINGAPP_MOCH qtsingleapplication/src/)
src/CMakeLists.txt-if(WIN32)
src/CMakeLists.txt:  list(REMOVE_ITEM MODSINGAPP_CPP qtsingleapplication/src/qtlockedfile_unix.cpp)
src/CMakeLists.txt-else()
src/CMakeLists.txt:  list(REMOVE_ITEM MODSINGAPP_CPP qtsingleapplication/src/qtlockedfile_win.cpp)
src/CMakeLists.txt-endif()


Needs patching.