mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
keditfiletype: prefix test
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5f1632298e
commit
84d60dec82
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${KDE4_INCLUDES} )
|
|||
|
||||
########### filetypestest ###############
|
||||
|
||||
kde4_add_test(filetypestest
|
||||
kde4_add_test(keditfiletype-filetypestest
|
||||
filetypestest.cpp
|
||||
../mimetypedata.cpp
|
||||
../mimetypewriter.cpp
|
||||
../sharedmimeinfoversion.cpp
|
||||
)
|
||||
target_link_libraries(filetypestest
|
||||
target_link_libraries(keditfiletype-filetypestest
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${KDE4_KIO_LIBRARY}
|
||||
${KDE4_KDEUI_LIBRARIES}
|
||||
|
|
Loading…
Add table
Reference in a new issue