X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenAppFrameworkBinderAGL%2FHomeScreenAppFrameworkBinderAGL.pro;h=7e50235fe26b6be350d8df176243b5a7ab2d3537;hb=d726a91974d959a5765ab7d3b3c939132febd2e5;hp=7117ee0a3a7c77b7b639816440905ee3c9d0d602;hpb=f9e65355cede6829b94b3c0e0e435ed775630913;p=staging%2FHomeScreen.git diff --git a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro index 7117ee0..7e50235 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,15 +25,5 @@ SOURCES += src/main.cpp \ HEADERS += \ src/homescreenappframeworkbinderagl.h -INCLUDEPATH += $$OUT_PWD/../interfaces -INCLUDEPATH += ../interfaces/ - -LIBS += -L$$OUT_PWD/../interfaces -linterfaces - OTHER_FILES += \ README.md - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/HomeScreenAppFrameworkBinderAGL \ - $$OUT_PWD/Makefile