Skip to content

Commit

Permalink
Reorganized source generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixep committed Jul 7, 2017
1 parent 308b281 commit 0051cfd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 189 deletions.
142 changes: 0 additions & 142 deletions gen-src/combine-qml.py

This file was deleted.

13 changes: 0 additions & 13 deletions gen-src/gen-src.pro

This file was deleted.

16 changes: 0 additions & 16 deletions gen-src/tests/main-base.qml

This file was deleted.

16 changes: 0 additions & 16 deletions gen-src/tests/main.qml

This file was deleted.

4 changes: 2 additions & 2 deletions responsive-helper.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ TEMPLATE = subdirs

SUBDIRS = \
examples \
gen-src
src

OTHER_FILES = \
ResponsiveHelper.qml

OTHER_FILES += \
gen-src/ResponsiveHelper.original.qml

examples.depends = gen-src
#examples.depends = gen-src
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
TEMPLATE = aux
OBJECTS_DIR = ./
DESTDIR = ./

system(python combine-qml/combine-qml.py ResponsiveHelper-base.qml ../ResponsiveHelper.qml -c Button.qml Button -c TextField.qml TextField)

OTHER_FILES = \
generate.py \
Button.qml \
TextField.qml

DISTFILES += \
ResponsiveHelper-base.qml

0 comments on commit 0051cfd

Please sign in to comment.