The linker needs to be told where to find libraries that are not on the system standard paths:
LIBS += -L/path/containing/sqlite/library -lsqlite3
LIBS += -L/path/containing/qtkeychain/library -lqtkeychain
LIBS += -L/path/containing/kde/libraries -lkparts -lkdeui -lkdecore
LIBS += -L/path/containing/sqlite/library -lsqlite3
LIBS += -L/path/containing/qtkeychain/library -lqtkeychain
LIBS += -L/path/containing/kde/libraries -lkparts -lkdeui -lkdecore
To copy to clipboard, switch view to plain text mode
Of course, the libraries must also exist. The Sqlite and KDE libraries should exist in standard places if they are installed using Fedora tools.
Bookmarks