cleanup project files
[staging/HomeScreen.git] / interfaces / interfaces.pro
index d2e1a19..1d2920a 100644 (file)
 # 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,6 +26,7 @@ SOURCES += src/appframework.cpp \
 
 XMLSOURCES = \
     appframework.xml \
+    afm_user_daemon.xml \
     daynightmode.xml \
     homescreen.xml \
     inputevent.xml \