c++/POSIXoveFronty/Fronta/Fronta.pro
author František Kučera <franta-hg@frantovo.cz>
Tue May 12 21:30:46 2020 +0200 (2020-05-12)
changeset 58 2f84ed5f3abf
parent 6 617fef4676b9
permissions -rw-r--r--
SQLite: demo modul: extern "C" není potřeba pro SQL funkce
     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