VERSION = 1.0 HEADERS = adddialog.h\ cdcat.h \ commwidget.h \ config.h \ dbase.h \ dirview.h \ find.h \ guibase.h \ hdirview.h \ mainwidget.h \ mp3tag.h \ newdbdialog.h \ recode.h \ import.h \ importdialog.h \ wdbfile.h \ icons.h \ info.h \ exportcdcatdb.h \ showcontent.h \ selreadable.h \ borrow.h \ tparser.h \ colorsettings.h \ misc.h SOURCES = adddialog.cpp \ cdcat.cpp \ commwidget.cpp \ config.cpp \ dbase.cpp \ dirview.cpp \ find.cpp \ guibase.cpp \ hdirview.cpp \ icons.cpp \ import.cpp \ importdialog.cpp \ mainwidget.cpp \ mp3tag.cpp \ newdbdialog.cpp \ recode.cpp \ wdbfile.cpp \ info.cpp \ exportcdcatdb.cpp \ showcontent.cpp \ selreadable.cpp \ colorsettings.cpp \ borrow.cpp \ tparser.cpp \ misc.cpp unix:system(lrelease cdcat.pro) win32:system(lrelease cdcat.pro) MOC_DIR = moc_files/ OBJECTS_DIR = obj_files/ unix:LIBS += -lpcre -lz -lexpat INTERFACES = help.ui TARGET = cdcat TRANSLATIONS = lang/cdcat_hu.ts \ lang/cdcat_de.ts \ lang/cdcat_es.ts \ lang/cdcat_cz.ts \ lang/cdcat_pl.ts \ lang/cdcat_sk.ts \ lang/cdcat_el.ts \ lang/cdcat_pt.ts \ lang/cdcat_id.ts \ lang/cdcat_it.ts \ lang/cdcat_fr.ts \ lang/cdcat_sr.ts \ lang/start/cdcat_nolang.ts translations.files += lang/cdcat_de.qm \ lang/cdcat_es.qm \ lang/cdcat_cz.qm \ lang/cdcat_pl.qm \ lang/cdcat_el.qm \ lang/cdcat_sk.qm \ lang/cdcat_pt.qm \ lang/cdcat_id.qm \ lang/cdcat_fr.qm \ lang/cdcat_it.qm \ lang/cdcat_sr.qm \ lang/cdcat_hu.qm unix:distfiles.files += ../README_CSV_IMPORT ../Authors ../README ../ChangeLog \ ../COPYING ../TRANSLATORS_README ../cdcat.png unix:distfiles.path = /usr/local/share/cdcat unix:target.path += /usr/local/bin unix:translations.path += /usr/local/share/cdcat/translations win32:distfiles.files += ..\README_CSV_IMPORT ..\Authors ..\README ..\ChangeLog \ ..\COPYING ..\TRANSLATORS_README ..\cdcat.ico ..\cdcat.png win32:target.path += c:\program files\cdcat win32:translations.path += c:\program files\cdcat win32:distfiles.path +=c:\program files\cdcat INSTALLS += target translations distfiles