diff --git a/doc/doc.pro b/doc/doc.pro index 8c879a9ff..64efe9c3c 100644 --- a/doc/doc.pro +++ b/doc/doc.pro @@ -3,6 +3,8 @@ include(../qmake.inc) +TEMPLATE = aux + win32 { CONFIG -= embed_manifest_exe } diff --git a/src/libfwbuilder/etc/etc.pro b/src/libfwbuilder/etc/etc.pro index cbb12905d..a286d233a 100644 --- a/src/libfwbuilder/etc/etc.pro +++ b/src/libfwbuilder/etc/etc.pro @@ -3,7 +3,7 @@ include(../qmake.inc) -TEMPLATE = app +TEMPLATE = aux win32 { CONFIG -= embed_manifest_exe diff --git a/src/libfwbuilder/migration/migration.pro b/src/libfwbuilder/migration/migration.pro index af8952188..3f90c27d7 100644 --- a/src/libfwbuilder/migration/migration.pro +++ b/src/libfwbuilder/migration/migration.pro @@ -3,7 +3,7 @@ include(../qmake.inc) -TEMPLATE = app +TEMPLATE = aux TARGET = migration diff --git a/src/res/res.pro b/src/res/res.pro index 5dc4047b8..8158d36f6 100644 --- a/src/res/res.pro +++ b/src/res/res.pro @@ -3,7 +3,7 @@ include(../../qmake.inc) -TEMPLATE = app +TEMPLATE = aux win32 { CONFIG -= embed_manifest_exe