1 # qmake -makefile
2
3 TEMPLATE = app
4 TARGET =
5 INCLUDEPATH += .
6 LIBS += -lrt
7
8 HEADERS += fronta.h program.h
9 SOURCES += fronta.cpp program.cpp