forked from IPKM/nmreval
		
	correct path in makefile
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -5,10 +5,10 @@ PYUIC = pyuic5
 | 
			
		||||
PYRCC = pyrcc5
 | 
			
		||||
 | 
			
		||||
#Directory with ui files
 | 
			
		||||
RESOURCE_DIR = resources/_ui
 | 
			
		||||
RESOURCE_DIR = src/resources/_ui
 | 
			
		||||
 | 
			
		||||
#Directory for compiled resources
 | 
			
		||||
COMPILED_DIR = nmreval/gui_qt/_py
 | 
			
		||||
COMPILED_DIR = src/gui_qt/_py
 | 
			
		||||
 | 
			
		||||
#UI files to compile, uses every *.ui found in RESOURCE_DIR
 | 
			
		||||
UI_FILES = $(foreach dir, $(RESOURCE_DIR), $(notdir $(wildcard $(dir)/*.ui)))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user