From f35abba1772c8b9e38dd51b3dd09bc185cef90fd Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Tue, 27 Mar 2018 14:29:57 +0200 Subject: make of use of app templates to import right HALs depending on compilation options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0f864b3a0bf4ee5527c6d32578990033f6707208 Signed-off-by: Loïc Collignon --- app/app.pro | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/app.pro (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro deleted file mode 100644 index 239dc8f..0000000 --- a/app/app.pro +++ /dev/null @@ -1,20 +0,0 @@ -TARGET = mixer -QT = quickcontrols2 websockets core - -HEADERS += \ - mixer.h \ - qafbwsmsg.h \ - qafbwsclient.h - -SOURCES = main.cpp \ - mixer.cpp \ - qafbwsclient.cpp \ - qafbwsmsg.cpp - -CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qlibwindowmanager libpulse - -RESOURCES += \ - Mixer.qrc - -include(app.pri) -- cgit 1.2.3-korg