X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenAppFrameworkBinderAGL%2FHomeScreenAppFrameworkBinderAGL.pro;h=7cc7927b971fa245bc47305a924c4ecf6ee79693;hb=83cfbb9fe4bcc17f6b00c8a25aa3eb8c2c850ac0;hp=9a35c358582348a9b558e3d9c1ccca836d69a08e;hpb=0120ff5e9f513b048e3904eaacaa530e1f0188bb;p=staging%2FHomeScreen.git diff --git a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro index 9a35c35..7cc7927 100644 --- a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro +++ b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro @@ -12,15 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core dbus -QT -= gui - -TARGET = HomeScreenAppFrameworkBinderAGL -CONFIG += console -CONFIG -= app_bundle - TEMPLATE = app +TARGET = HomeScreenAppFrameworkBinderAGL +QT = core dbus +include(../interfaces/interfaces.pri) +include(../ivi_layermanagement_api.pri) SOURCES += src/main.cpp \ src/homescreenappframeworkbinderagl.cpp @@ -28,8 +25,6 @@ SOURCES += src/main.cpp \ HEADERS += \ src/homescreenappframeworkbinderagl.h -include(../interfaces/interfaces.pri) - OTHER_FILES += \ README.md