Changeset 969a840 for src/gui/gui.pro
- Timestamp:
- 01/13/10 21:51:06 (13 years ago)
- Branches:
- master, qt5
- Children:
- 6a624f7
- Parents:
- 69393c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/gui.pro
r69393c0 r969a840 16 16 # (which means they need to be added to the test module as well, 17 17 # but I am sure you can live with that for the time being). 18 18 19 FORMS += mainwindow.ui \ 20 daynavigatorwidget.ui \ 19 21 about.ui 20 SOURCES += mainwindow.cpp21 HEADERS += mainwindow.h22 22 23 HEADERS += mainwindow.h \ 24 daynavigatorwidget.h 25 26 SOURCES += mainwindow.cpp \ 27 daynavigatorwidget.cpp 28
Note: See TracChangeset
for help on using the changeset viewer.