Changeset 69820d8
- Timestamp:
- 02/01/10 14:33:14 (13 years ago)
- Branches:
- master, qt5
- Children:
- b4e9936
- Parents:
- 0f86a19
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/main.cpp
r0f86a19 r69820d8 4 4 #ifdef MAEMO 5 5 //#include <alarmdialog.h> 6 #include "alarmdbus.h"7 #include "alarmdbusadaptorp.h"6 #include <alarmdbus.h> 7 #include <alarmdbusadaptorp.h> 8 8 #endif /* MAEMO */ 9 9 -
src/src.pro
r0f86a19 r69820d8 1 1 include(global.pri) 2 2 TEMPLATE = subdirs 3 SUBDIRS += orm mvc sql gui app3 SUBDIRS += orm mvc sql gui 4 4 maemo : SUBDIRS += alarm 5 SUBDIRS += app 5 6 #SUBDIRS += test 6 7 CONFIG += ordered
Note: See TracChangeset
for help on using the changeset viewer.