From 758babcaf86610646324abb92109ad4deb711b7c Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 4 Sep 2020 13:21:40 +0200 Subject: [PATCH] correctly name project --- untitled.pro => speech-server-client-qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename untitled.pro => speech-server-client-qt.pro (98%) diff --git a/untitled.pro b/speech-server-client-qt.pro similarity index 98% rename from untitled.pro rename to speech-server-client-qt.pro index 85674a9..64cbea3 100644 --- a/untitled.pro +++ b/speech-server-client-qt.pro @@ -12,7 +12,7 @@ QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets -TARGET = untitled +TARGET = speech-server-client-qt TEMPLATE = app # The following define makes your compiler emit warnings if you use