CONFIG += warn_on HEADERS = gui_class.h gui.h thrower.h refout.h lockin.h \ version.h alsactl.h Getopt.h alsa_pcm.h \ krunch.h iir_bp.h SOURCES = lockin.cxx \ alsa_pcm.cxx \ refout.cxx \ gui.cxx \ Getopt.cxx \ alsactl.cxx \ krunch.cxx \ iir_bp.cxx DISTFILES += INSTALL README *.ctl LIBS = -lasound -lqwt-qt4 -lgsl -lcblas # install target.path = ./bin sources.files = $$SOURCES $$HEADERS $$DISTFILES lockin.pro sources.path = ./lockin-0.1 INSTALLS += target symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)