2014-10-07 12:30:54 +02:00
|
|
|
TEMPLATE = aux
|
|
|
|
|
|
2015-07-13 10:13:35 +02:00
|
|
|
STATIC_BASE = $$PWD
|
|
|
|
|
STATIC_DIRS = templates
|
2014-10-07 12:30:54 +02:00
|
|
|
|
2015-07-13 10:13:35 +02:00
|
|
|
for(data_dir, STATIC_DIRS) {
|
|
|
|
|
files = $$files($$STATIC_BASE/$$data_dir/*, true)
|
|
|
|
|
for(file, files): !exists($$file/*): STATIC_FILES += $$file
|
|
|
|
|
}
|
2014-10-07 12:30:54 +02:00
|
|
|
|
2015-07-13 10:13:35 +02:00
|
|
|
include(../../qtcreator/share/qtcreator/static.pri)
|
2014-10-07 12:30:54 +02:00
|
|
|
|