Changeset 0ca783e for src/mvc/mvc.pro
- Timestamp:
- 01/19/10 22:14:06 (13 years ago)
- Branches:
- master, qt5
- Children:
- 4996c21
- Parents:
- 1fe2f21
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/mvc.pro
r1fe2f21 r0ca783e 7 7 8 8 # module dependencies 9 LIBS += -L$$DESTDIR \ 10 -lorm 9 LIBS += -L$$DESTDIR -lorm 11 10 INCLUDEPATH += ../orm 12 DEPENDPATH += . \ 13 ../orm 11 DEPENDPATH += . ../orm 14 12 TARGETDEPS += $$DESTDIR/liborm.a 13 15 14 maemo { 16 LIBS += -L$$DESTDIR \ 17 -lqalarm \ 18 -lalarm 15 LIBS += -L$$DESTDIR -lqalarm -lalarm 19 16 INCLUDEPATH += ../alarm 20 DEPENDPATH += ../alarm17 DEPENDPATH += ../alarm 21 18 TARGETDEPS += $$DESTDIR/libqalarm.a 22 19 } 20 23 21 HEADERS += activity.h \ 24 event.h \ 25 conference.h \ 26 delegate.h \ 27 eventmodel.h \ 28 treeview.h 22 event.h \ 23 conference.h \ 24 delegate.h \ 25 eventmodel.h \ 26 treeview.h 27 29 28 SOURCES += activity.cpp \ 30 event.cpp \31 conference.cpp \32 delegate.cpp \33 eventmodel.cpp \34 treeview.cpp29 event.cpp \ 30 conference.cpp \ 31 delegate.cpp \ 32 eventmodel.cpp \ 33 treeview.cpp
Note: See TracChangeset
for help on using the changeset viewer.