Changeset ea638ef for src/gui/gui.pro
- Timestamp:
- 01/27/10 20:17:01 (13 years ago)
- Branches:
- master, qt5
- Children:
- 21d7cc0
- Parents:
- bc88043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/gui.pro
rbc88043 rea638ef 35 35 # (which means they need to be added to the test module as well, 36 36 # but I am sure you can live with that for the time being). 37 37 38 FORMS += searchhead.ui \ 38 39 mainwindow.ui \ … … 41 42 about.ui \ 42 43 eventdialog.ui \ 44 conflictsdialog.ui \ 43 45 tabcontainer.ui \ 44 46 mapwindow.ui 47 45 48 HEADERS += roomstabcontainer.h \ 46 49 nowtabcontainer.h \ … … 50 53 searchhead.h \ 51 54 dayviewtabcontainer.h \ 55 conflictdialogcontainer.h \ 56 conflictsdialog.h \ 52 57 mainwindow.h \ 53 58 daynavigatorwidget.h \ … … 57 62 tabcontainer.h \ 58 63 mapwindow.h 64 59 65 SOURCES += roomstabcontainer.cpp \ 60 66 nowtabcontainer.cpp \ … … 64 70 searchhead.cpp \ 65 71 dayviewtabcontainer.cpp \ 72 conflictdialogcontainer.cpp \ 73 conflictsdialog.cpp \ 66 74 mainwindow.cpp \ 67 75 daynavigatorwidget.cpp \ … … 71 79 tabcontainer.cpp \ 72 80 mapwindow.cpp 81 73 82 maemo { 74 FORMS += searchhead.ui \ 75 alarmdialog.ui 76 HEADERS += roomstabcontainer.h \ 77 nowtabcontainer.h \ 78 trackstabcontainer.h \ 79 favtabcontainer.h \ 80 searchtabcontainer.h \ 81 searchhead.h \ 82 dayviewtabcontainer.h \ 83 alarmdialog.h 84 SOURCES += roomstabcontainer.cpp \ 85 nowtabcontainer.cpp \ 86 trackstabcontainer.cpp \ 87 favtabcontainer.cpp \ 88 searchtabcontainer.cpp \ 89 searchhead.cpp \ 90 dayviewtabcontainer.cpp \ 91 alarmdialog.cpp 83 FORMS += alarmdialog.ui 84 HEADERS += alarmdialog.h 85 SOURCES += alarmdialog.cpp 92 86 }
Note: See TracChangeset
for help on using the changeset viewer.