Qt4 cleanup

- Remove example application source code files which also exist in contrib
- Outsource commonly used parts from target.mk files
- Store the current Qt version only in one place
- Add run scripts for the example applications

Fixes #127.
This commit is contained in:
Christian Prochaska
2012-02-24 19:39:00 +01:00
committed by Norman Feske
parent 780507f42b
commit e085828725
52 changed files with 732 additions and 2137 deletions

View File

@ -1,3 +1,3 @@
IMPORT_QT4_MK=$(call select_from_repositories,lib/import/import-qt4.mk)
IMPORT_QT4_INC=$(call select_from_repositories,lib/import/import-qt4.inc)
include $(IMPORT_QT4_MK)
include $(IMPORT_QT4_INC)