- Timestamp:
- 01/21/10 16:43:37 (13 years ago)
- Branches:
- master, qt5
- Children:
- 30e2bdf
- Parents:
- 3f3e22d
- Location:
- src/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/app.pro
r3f3e22d r76cde75 20 20 21 21 RESOURCES += ../icons.qrc \ 22 ../maps.qrc \ 23 ../schedule.qrc 22 ../maps.qrc 24 23 25 24 # instalation related -
src/app/main.cpp
r3f3e22d r76cde75 10 10 Q_INIT_RESOURCE(icons); 11 11 Q_INIT_RESOURCE(maps); 12 Q_INIT_RESOURCE(schedule);13 12 14 13 QApplication a(argc, argv);
Note: See TracChangeset
for help on using the changeset viewer.