fix: add gui dep on cli build (Qt4 only).
This commit is contained in:
		@@ -4,7 +4,9 @@ include(../common/defines.pri)
 | 
				
			|||||||
TARGET = qcma_cli
 | 
					TARGET = qcma_cli
 | 
				
			||||||
TEMPLATE += app
 | 
					TEMPLATE += app
 | 
				
			||||||
QT += network sql core
 | 
					QT += network sql core
 | 
				
			||||||
QT -= gui
 | 
					
 | 
				
			||||||
 | 
					greaterThan(QT_MAJOR_VERSION, 4): QT -= gui
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBS += -L../common -lqcma_common
 | 
					LIBS += -L../common -lqcma_common
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SOURCES += \
 | 
					SOURCES += \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user