No more KDELibs4Support, yay!
This commit is contained in:
		
					parent
					
						
							
								b03ff01602
							
						
					
				
			
			
				commit
				
					
						80fb291b30
					
				
			
		
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 | 
			
		|||
 | 
			
		||||
set(danbooru_client_VERSION_MAJOR 0)
 | 
			
		||||
set(danbooru_client_VERSION_MINOR 2)
 | 
			
		||||
set(danbooru_client_VERSION_PATCH 0)
 | 
			
		||||
 | 
			
		||||
find_package (ECM REQUIRED NO_MODULE)
 | 
			
		||||
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 | 
			
		||||
| 
						 | 
				
			
			@ -25,13 +26,13 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
 | 
			
		|||
             IconThemes         # Handling of icons
 | 
			
		||||
             CoreAddons         # Caches
 | 
			
		||||
             GuiAddons          # Image cache
 | 
			
		||||
             Completion         # KComboBox
 | 
			
		||||
             TextWidgets        #
 | 
			
		||||
             XmlGui             # User interface
 | 
			
		||||
             ConfigWidgets      # Handling of configuration
 | 
			
		||||
             KIO                # Jobs
 | 
			
		||||
             Wallet             # Password handling
 | 
			
		||||
             Declarative        # QML
 | 
			
		||||
             KDELibs4Support    # Transitional
 | 
			
		||||
             )
 | 
			
		||||
 | 
			
		||||
include(ECMInstallIcons)
 | 
			
		||||
| 
						 | 
				
			
			@ -45,6 +46,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
 | 
			
		|||
 | 
			
		||||
#add_subdirectory( doc )
 | 
			
		||||
add_subdirectory( src )
 | 
			
		||||
add_subdirectory( icons )
 | 
			
		||||
# add_subdirectory( icons )
 | 
			
		||||
 | 
			
		||||
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,15 +37,14 @@ target_link_libraries(danbooru_client PUBLIC
 | 
			
		|||
                      Qt5::Qml
 | 
			
		||||
                      Qt5::QuickWidgets
 | 
			
		||||
                      KF5::CoreAddons
 | 
			
		||||
                      # KF5::GuiAddons
 | 
			
		||||
                      KF5::IconThemes
 | 
			
		||||
                      KF5::Completion
 | 
			
		||||
                      KF5::I18n
 | 
			
		||||
                      KF5::TextWidgets
 | 
			
		||||
                      KF5::XmlGui
 | 
			
		||||
                      KF5::ConfigWidgets
 | 
			
		||||
                      KF5::KIOCore
 | 
			
		||||
                      KF5::Wallet
 | 
			
		||||
                      KF5::KDELibs4Support
 | 
			
		||||
                      KF5::Declarative
 | 
			
		||||
                      danbooru
 | 
			
		||||
                    )
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue