further reorganization
This commit is contained in:
6
Makefile
6
Makefile
@ -3,10 +3,10 @@ MAKEFLAGS+="-j 4"
|
||||
|
||||
###### EDIT #####################
|
||||
#Directory with ui and resource files
|
||||
RESOURCE_DIR = gui
|
||||
RESOURCE_DIR = ui
|
||||
|
||||
#Directory for compiled resources
|
||||
COMPILED_DIR = gui
|
||||
COMPILED_DIR = ui
|
||||
|
||||
#UI files to compile
|
||||
UI_FILES = *.ui
|
||||
@ -30,7 +30,7 @@ ui : $(COMPILED_UI)
|
||||
$(COMPILED_DIR)/%.py : $(RESOURCE_DIR)/%.ui
|
||||
pyuic4 $< -o $@
|
||||
|
||||
$(COMPILED_DIR)/%_rc.py : $(RESOURCE_DIR)/icons/%.qrc
|
||||
$(COMPILED_DIR)/$(RESOURCE_DIR)/%_rc.py : $(RESOURCE_DIR)/icons/%.qrc
|
||||
pyrcc4 $< -o $@
|
||||
|
||||
clean :
|
||||
|
Reference in New Issue
Block a user