Warning, /network/kio-gdrive/src/integration/propertiesplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(gdrivepropertiesplugin_SRCS 0002 gdrivepropertiesplugin.cpp 0003 ../../gdrivedebug.cpp 0004 ) 0005 0006 ki18n_wrap_ui(gdrivepropertiesplugin_SRCS gdrivepropertiesplugin.ui) 0007 0008 kcoreaddons_add_plugin(gdrivepropertiesplugin 0009 SOURCES ${gdrivepropertiesplugin_SRCS} 0010 INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/propertiesdialog") 0011 0012 target_link_libraries(gdrivepropertiesplugin 0013 KF${QT_MAJOR_VERSION}::I18n 0014 KF${QT_MAJOR_VERSION}::KIOWidgets 0015 )