Rev 1 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | muzer | 1 | # ------------------------------------------------- |
| 2 | # Project created by QtCreator 2010-05-31T15:59:14 |
||
| 3 | # ------------------------------------------------- |
||
| 3 | tom | 4 | QT += network opengl |
| 1 | muzer | 5 | TARGET = QTron |
| 6 | TEMPLATE = app |
||
| 7 | SOURCES += main.cpp \ |
||
| 8 | mainwindow.cpp \ |
||
| 9 | bike.cpp |
||
| 10 | HEADERS += mainwindow.h \ |
||
| 11 | bike.h |
||
| 3 | tom | 12 | FORMS += |
| 1 | muzer | 13 | OTHER_FILES += docs.txt |