X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=interfaces%2Finterfaces.pro;h=61085bf1c5fb4b8db2978f9dc6cb4676f4b98f9d;hb=d726a91974d959a5765ab7d3b3c939132febd2e5;hp=d7765644ab217dc69494f7dc0394fa2763d24201;hpb=cf8cd699e91df40c3f9070019f7c561432b4b4dd;p=staging%2FHomeScreen.git diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index d776564..61085bf 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -12,14 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core dbus -QT -= gui - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - TEMPLATE = lib -CONFIG += staticlib TARGET = interfaces +QT = dbus +CONFIG += staticlib HEADERS += \ include/appframework.hpp \ @@ -30,10 +26,12 @@ SOURCES += src/appframework.cpp \ XMLSOURCES = \ appframework.xml \ + afm_user_daemon.xml \ daynightmode.xml \ homescreen.xml \ inputevent.xml \ popup.xml \ + proximity.xml \ statusbar.xml \ windowmanager.xml @@ -66,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/*