X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Flauncher.pro;h=0bfc8b967668d8ad3323afbe965968b1a8cc3b0f;hb=5e828161fc1571323e2812a344f6714ae9331b2c;hp=929960f28c5294fde397873bf090810e719380e3;hpb=fd578508fe8f59a0bf11916ea99561125dcfc4ba;p=apps%2Flauncher.git diff --git a/launcher/launcher.pro b/launcher/launcher.pro index 929960f..0bfc8b9 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -18,7 +18,7 @@ TARGET = launcher QT = qml quick gui-private dbus CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD} -PKGCONFIG += json-c +PKGCONFIG += qtappfw-applauncher CONFIG(release, debug|release) { QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) @@ -29,13 +29,11 @@ DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux SOURCES += \ src/main.cpp \ src/applicationmodel.cpp \ - src/appinfo.cpp \ - src/homescreenhandler.cpp + src/appinfo.cpp HEADERS += \ src/applicationmodel.h \ - src/appinfo.h \ - src/homescreenhandler.h + src/appinfo.h OTHER_FILES += \ README.md