X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=interfaces%2Finterfaces.pro;h=61085bf1c5fb4b8db2978f9dc6cb4676f4b98f9d;hb=d726a91974d959a5765ab7d3b3c939132febd2e5;hp=bd3fa39b3431481a82107e4dd78d206cbdefe145;hpb=949bf001944f462b4fbf8d28ee7e9643c9888bee;p=staging%2FHomeScreen.git diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index bd3fa39..61085bf 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -12,12 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += dbus -QT -= gui - TEMPLATE = lib -CONFIG += staticlib TARGET = interfaces +QT = dbus +CONFIG += staticlib HEADERS += \ include/appframework.hpp \ @@ -28,6 +26,7 @@ SOURCES += src/appframework.cpp \ XMLSOURCES = \ appframework.xml \ + afm_user_daemon.xml \ daynightmode.xml \ homescreen.xml \ inputevent.xml \ @@ -65,7 +64,3 @@ gen_proxy_h.output = ${QMAKE_FILE_IN_BASE}_proxy.h gen_proxy_h.clean = ${QMAKE_FILE_IN_BASE}_proxy.h QMAKE_EXTRA_COMPILERS += gen_adapter_cpp gen_proxy_cpp gen_adapter_h gen_proxy_h - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/*