mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-10 11:05:06 +02:00
fix: Adjust subproject templates
This fixes some compile errors on osx with clang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user