Fix build
This commit is contained in:
parent
d4026861ab
commit
278eed89d6
1 changed files with 2 additions and 1 deletions
|
@ -2,13 +2,14 @@ qt5_add_resources(KCSMS_SRCS resources.qrc)
|
|||
|
||||
find_package(KF5People)
|
||||
|
||||
|
||||
add_executable(kdeconnect-sms
|
||||
main.cpp
|
||||
conversationmodel.cpp
|
||||
conversationlistmodel.cpp
|
||||
${KCSMS_SRCS})
|
||||
|
||||
target_include_directories(kdeconnect-sms PUBLIC ${CMAKE_BINARY_DIR})
|
||||
|
||||
target_link_libraries(kdeconnect-sms
|
||||
kdeconnectinterfaces
|
||||
Qt5::Quick
|
||||
|
|
Loading…
Reference in a new issue