Skip to content
Snippets Groups Projects
Commit 39320785 authored by Vitaly Fanaskov's avatar Vitaly Fanaskov
Browse files

Add lKUserFeedbackCommon to link flags

This is required to link against static KUserFeedback.
parent 49a7f7d0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ DEFINES += USAGESTATISTIC_LIBRARY
KUSERFEEDBACK_PATH = "$${PWD}/3rdparty/kuserfeedback"
INCLUDEPATH *= "$${KUSERFEEDBACK_PATH}/include" "$${PWD}"
LIBS *= -L"$${KUSERFEEDBACK_PATH}/lib" -lKUserFeedbackCore -lKUserFeedbackWidgets
LIBS *= -L"$${KUSERFEEDBACK_PATH}/lib" -lKUserFeedbackCore -lKUserFeedbackWidgets -lKUserFeedbackCommon
CONFIG += c++1z
QMAKE_CXXFLAGS *= -Wall -Wextra -pedantic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment