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