mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
		
			256 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			256 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								#  QCustomPlot Plot Examples
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								QT       += core gui
							 | 
						||
| 
								 | 
							
								greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								TARGET = refspec
							 | 
						||
| 
								 | 
							
								TEMPLATE = app
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								SOURCES += main.cpp mainwindow.cpp qcustomplot.cpp
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								HEADERS  += mainwindow.h qcustomplot.h
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								FORMS    += mainwindow.ui
							 | 
						||
| 
								 | 
							
								
							 |