1. pgsql11 on the Linux server
2. want to develop using pgsql C API to access pgsql11 on the server
3. libpq11 lib is going to delete Qt5:
	
	
	
		
How to solve the conflict? To install Qt5 by needed components instead of a meta pkg?
				
			2. want to develop using pgsql C API to access pgsql11 on the server
3. libpq11 lib is going to delete Qt5:
		Code:
	
	#pkg install postgresql11-client
Installed packages to be REMOVED:
    postgresql95-client-9.5.18
    qt5-sqldrivers-pgsql-5.12.2
    qt5-5.12.2_2
New packages to be INSTALLED:
    postgresql11-client: 11.4
	How to solve the conflict? To install Qt5 by needed components instead of a meta pkg?