From 69820d830b8e08e8dc956c525d5f214119ce5c63 Mon Sep 17 00:00:00 2001 From: pavelpa Date: Mon, 1 Feb 2010 13:33:14 +0000 Subject: [PATCH 1/1] compilation error fix --- src/app/main.cpp | 4 ++-- src/src.pro | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 7245d8e..791add4 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -3,8 +3,8 @@ #include #ifdef MAEMO //#include -#include "alarmdbus.h" -#include "alarmdbusadaptorp.h" +#include +#include #endif /* MAEMO */ #include diff --git a/src/src.pro b/src/src.pro index 5431fcc..1aa5f8f 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,7 +1,8 @@ include(global.pri) TEMPLATE = subdirs -SUBDIRS += orm mvc sql gui app +SUBDIRS += orm mvc sql gui maemo : SUBDIRS += alarm +SUBDIRS += app #SUBDIRS += test CONFIG += ordered -- 2.39.5