ToastFreeware
/
toast
/
confclerk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f86a19
)
compilation error fix
author
pavelpa
<pavelpa@localhost>
Mon, 1 Feb 2010 13:33:14 +0000
(13:33 +0000)
committer
pavelpa
<pavelpa@localhost>
Mon, 1 Feb 2010 13:33:14 +0000
(13:33 +0000)
src/app/main.cpp
patch
|
blob
|
history
src/src.pro
patch
|
blob
|
history
diff --git
a/src/app/main.cpp
b/src/app/main.cpp
index 7245d8e8c57f23ad3a91f977420305cfff84ad7d..791add41a003b665d73a95d049ef16c36efef396 100644
(file)
--- a/
src/app/main.cpp
+++ b/
src/app/main.cpp
@@
-3,8
+3,8
@@
#include <QtGui/QApplication>
#ifdef MAEMO
//#include <alarmdialog.h>
-#include
"alarmdbus.h"
-#include
"alarmdbusadaptorp.h"
+#include
<alarmdbus.h>
+#include
<alarmdbusadaptorp.h>
#endif /* MAEMO */
#include <sqlengine.h>
diff --git
a/src/src.pro
b/src/src.pro
index 5431fcc4528cbf2a4132fe650dbbf58fd08dd762..1aa5f8f8362fabaa7cfaecf79e7109c3cec6b924 100644
(file)
--- 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