Browse Source

Fix last commit

tags/1.9.4
falkTX 11 years ago
parent
commit
eda4a56f64
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/modules/theme/Makefile

+ 2
- 2
source/modules/theme/Makefile View File

@@ -179,6 +179,6 @@ clean:
debug:
$(MAKE) DEBUG=true

install: $(THEMESTYLE)
install: $(CARLASTYLE) styles/carlastyle.json
install -d $(QT_STYLES_DIR)
install -m 644 $< styles/carlastyle.json $(QT_STYLES_DIR)
install -m 644 $^ $(QT_STYLES_DIR)

Loading…
Cancel
Save