- Timestamp:
- 01/19/10 13:06:09 (13 years ago)
- Branches:
- master, qt5
- Children:
- 7f84a70
- Parents:
- e868b2d
- Location:
- src/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/app.pro
re868b2d r2fc2878 13 13 14 14 RESOURCES += ../icons.qrc \ 15 ../maps.qrc 15 ../maps.qrc \ 16 ../schedule.qrc 16 17 -
src/app/main.cpp
re868b2d r2fc2878 6 6 { 7 7 Q_INIT_RESOURCE(icons); 8 Q_INIT_RESOURCE(maps); 9 Q_INIT_RESOURCE(schedule); 8 10 9 11 QApplication a(argc, argv);
Note: See TracChangeset
for help on using the changeset viewer.