mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	QMake requies the inclusion of sub-projects syntax to introduce source sub-directories, hopefully this will allow code completion in QtCreator to function.
		
			
				
	
	
		
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| SOURCES += \
 | |
|   validators/LiveFrequencyValidator.cpp \
 | |
|   validators/CallsignValidator.cpp
 | |
| 
 | |
| HEADERS  += \
 | |
|   validators/LiveFrequencyValidator.hpp \
 | |
|   validators/CallsignValidator.hpp
 |