From: pavelpa Date: Mon, 1 Feb 2010 13:33:14 +0000 (+0000) Subject: compilation error fix X-Git-Tag: 0.5.0~129 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/69820d830b8e08e8dc956c525d5f214119ce5c63?hp=0f86a19f63aa2eaddff9cb6a94e9fba371f598a9 compilation error fix --- 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