remove all links to kdeqt5staging
QCommandLineParser is now in qt5 REVIEW: 112558
This commit is contained in:
parent
97ce3dc808
commit
ea835ccdb1
@ -53,8 +53,6 @@ endif()
|
||||
|
||||
set (QT_MIN_VERSION "5.2.0")
|
||||
|
||||
find_package(kdeqt5staging REQUIRED NO_MODULE)
|
||||
|
||||
# Load CMake, Compiler and InstallDirs settings from KF5 and the following are already somewhat "done" tier1/tier2 libs from kdelibs:
|
||||
find_package(KF5 MODULE REQUIRED COMPONENTS CMake Compiler InstallDirs
|
||||
KIdleTime ItemModels KWidgetsAddons KWindowSystem KCodecs KArchive KCoreAddons Solid ThreadWeaver
|
||||
@ -144,9 +142,7 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FR
|
||||
|
||||
|
||||
################# setup the include directories #################
|
||||
include_directories( ${kdeqt5staging_INCLUDE_DIRS}
|
||||
${kdeqt5staging_INCLUDE_DIR}
|
||||
${KDE4_INCLUDES}
|
||||
include_directories( ${KDE4_INCLUDES}
|
||||
${KF5_INCLUDE_DIRS} # since e-c-m 0.0.7
|
||||
)
|
||||
|
||||
|
@ -31,8 +31,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${KDE4_INCLUDE_DIR}
|
||||
${KDE4_INCLUDE_DIR}/KDE
|
||||
${KDE4_INCLUDE_DIR}/kio
|
||||
#FIXME: this will go into Qt upstream
|
||||
${CMAKE_INSTALL_PREFIX}/include/kdeqt5staging/
|
||||
)
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ add_executable(plugintest
|
||||
plugintest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(plugintest kdeqt5staging plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} )
|
||||
target_link_libraries(plugintest plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} )
|
||||
|
||||
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")
|
||||
|
||||
|
@ -5,7 +5,7 @@ add_executable(plasmapkg
|
||||
plasmapkg.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(plasmapkg kdeqt5staging plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} KF5::KCoreAddons)
|
||||
target_link_libraries(plasmapkg plasma ${KI18n_LIBRARIES} ${KService_LIBRARIES} KF5::KCoreAddons)
|
||||
|
||||
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")
|
||||
|
||||
|
@ -89,7 +89,6 @@ target_link_libraries(plasma-shell
|
||||
kdeclarative
|
||||
KF5::KI18n
|
||||
KF5::XmlGui
|
||||
kdeqt5staging
|
||||
)
|
||||
|
||||
if(X11_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user