1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 15:38:43 +02:00

fix: Adjust subproject templates

This fixes some compile errors on osx with clang
This commit is contained in:
Sirius Bakke 2017-01-13 21:06:41 +01:00 committed by dev
parent 746f7c89ef
commit 2a2b23c3bb
4 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@
include(../qmake.inc)
TEMPLATE = aux
win32 {
CONFIG -= embed_manifest_exe
}

View File

@ -3,7 +3,7 @@
include(../qmake.inc)
TEMPLATE = app
TEMPLATE = aux
win32 {
CONFIG -= embed_manifest_exe

View File

@ -3,7 +3,7 @@
include(../qmake.inc)
TEMPLATE = app
TEMPLATE = aux
TARGET = migration

View File

@ -3,7 +3,7 @@
include(../../qmake.inc)
TEMPLATE = app
TEMPLATE = aux
win32 {
CONFIG -= embed_manifest_exe