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:
parent
746f7c89ef
commit
2a2b23c3bb
@ -3,6 +3,8 @@
|
||||
|
||||
include(../qmake.inc)
|
||||
|
||||
TEMPLATE = aux
|
||||
|
||||
win32 {
|
||||
CONFIG -= embed_manifest_exe
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
include(../qmake.inc)
|
||||
|
||||
TEMPLATE = app
|
||||
TEMPLATE = aux
|
||||
|
||||
win32 {
|
||||
CONFIG -= embed_manifest_exe
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
include(../qmake.inc)
|
||||
|
||||
TEMPLATE = app
|
||||
TEMPLATE = aux
|
||||
|
||||
TARGET = migration
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
include(../../qmake.inc)
|
||||
|
||||
TEMPLATE = app
|
||||
TEMPLATE = aux
|
||||
|
||||
win32 {
|
||||
CONFIG -= embed_manifest_exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user