From bbbd23fbbc71ff33424eaeb3890d7063d66ad7d1 Mon Sep 17 00:00:00 2001 From: scatterflower Date: Mon, 24 Aug 2020 01:19:04 -0500 Subject: [PATCH] fix spurious header in project file --- akashi.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/akashi.pro b/akashi.pro index c3ed942..14c0246 100644 --- a/akashi.pro +++ b/akashi.pro @@ -17,8 +17,7 @@ DEFINES += QT_DEPRECATED_WARNINGS SOURCES += $$files($$PWD/src/*.cpp) -HEADERS += $$files($$PWD/include/*.h) \ - include/aoclient.h +HEADERS += $$files($$PWD/include/*.h) FORMS += $$files($$PWD/resource/forms/*.ui)