Project: set TEMPLATE for apps

This commit is contained in:
Siegfried Siegert 2023-11-21 09:25:04 +01:00
parent 27f1a47e23
commit 7746f22d01
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ QT +=network
# for TCP-IP
TARGET = CArunGui
TEMPLATE = app
VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build

View File

@ -4,6 +4,8 @@ QT +=network
# for TCP-IP
TARGET = dCArun
TEMPLATE = app
VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build