forked from qt-creator/qt-creator
11 lines
165 B
Prolog
11 lines
165 B
Prolog
|
|
TEMPLATE = aux
|
||
|
|
|
||
|
|
content.files = \
|
||
|
|
autotest
|
||
|
|
|
||
|
|
content.path = $$QTC_PREFIX/share/qtcreator/templates/wizards
|
||
|
|
|
||
|
|
OTHER_FILES += $${content.files}
|
||
|
|
|
||
|
|
INSTALLS += content
|