mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 00:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| INCLUDEPATH += $$PWD
 | |
| DEPENDPATH += $$PWD
 | |
| 
 | |
| HEADERS += $$PWD/templateglobal.h
 | |
| HEADERS += $$PWD/template.h 
 | |
| HEADERS += $$PWD/templateloader.h 
 | |
| HEADERS += $$PWD/templatecache.h
 | |
| 
 | |
| SOURCES += $$PWD/template.cpp 
 | |
| SOURCES += $$PWD/templateloader.cpp 
 | |
| SOURCES += $$PWD/templatecache.cpp
 |