X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2FHomeScreenSimulator.pro;h=9005a3f2eaf7745a978f1a8bf44f74c58ef208e9;hb=0120ff5e9f513b048e3904eaacaa530e1f0188bb;hp=04aff3cd237e452493d6e80fa672b53645bf956e;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro index 04aff3c..9005a3f 100644 --- a/HomeScreenSimulator/HomeScreenSimulator.pro +++ b/HomeScreenSimulator/HomeScreenSimulator.pro @@ -25,19 +25,9 @@ SOURCES += \ src/mainwindow.cpp HEADERS += \ - ../interfaces/daynightmode.h \ - ../interfaces/popup.h \ - src/mainwindow.h \ - $$OUT_PWD/../interfaces/daynightmode_adapter.h \ #generated dbus adapter - $$OUT_PWD/../interfaces/daynightmode_proxy.h \ #generated dbus proxy - $$OUT_PWD/../interfaces/popup_adapter.h \ #generated dbus adapter - $$OUT_PWD/../interfaces/popup_proxy.h \ #generated dbus proxy - $$OUT_PWD/../interfaces/statusbar_adapter.h \ #generated dbus adapter - $$OUT_PWD/../interfaces/statusbar_proxy.h #generated dbus proxy - -INCLUDEPATH += $$OUT_PWD/../interfaces - -LIBS += -L$$OUT_PWD/../interfaces -linterfaces + src/mainwindow.h + +include(../interfaces/interfaces.pri) FORMS += \ resources/mainwindow.ui