X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2FHomeScreenSimulator.pro;h=944a1fc55b6e6e01edc3e416ab67e8c5d85afcdc;hb=c15499baf78f777de62899a376b0f3cd6b651920;hp=04aff3cd237e452493d6e80fa672b53645bf956e;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro index 04aff3c..944a1fc 100644 --- a/HomeScreenSimulator/HomeScreenSimulator.pro +++ b/HomeScreenSimulator/HomeScreenSimulator.pro @@ -12,32 +12,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core gui dbus - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - -TARGET = HomeScreenSimulator TEMPLATE = app +TARGET = HomeScreenSimulator +QT = widgets dbus +include(../interfaces/interfaces.pri) SOURCES += \ src/main.cpp \ 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 FORMS += \ resources/mainwindow.ui @@ -45,8 +31,6 @@ FORMS += \ OTHER_FILES += \ README.md -RESOURCES += - # remove generated files QMAKE_CLEAN += -r \ $$OUT_PWD/HomeScreenSimulator \