Rev 39 | 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 \  | 
        ||
| 44 | muzer | 9 | bike.cpp \  | 
        
| 10 | speccy.cpp  | 
        ||
| 1 | muzer | 11 | HEADERS += mainwindow.h \  | 
        
| 44 | muzer | 12 | bike.h \  | 
        
| 13 | speccy.h  | 
        ||
| 3 | tom | 14 | FORMS +=  | 
        
| 1 | muzer | 15 | OTHER_FILES += docs.txt  |