TEMPLATE = app TARGET = tuxboot QMAKE_CXXFLAGS_RELEASE += -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security win32 { QMAKE_LFLAGS_RELEASE += -Wl,-subsystem,windows } else { QMAKE_LFLAGS_RELEASE += -Wl,-z,relro } DEPENDPATH += . INCLUDEPATH += . CONFIG += release static HEADERS += tuxboot.h FORMS += tuxboot.ui SOURCES += main.cpp \ tuxboot.cpp \ distrolst.cpp \ distrover.cpp QT += core \ gui \ network TRANSLATIONS += i18n/tuxboot.ts \ i18n/tuxboot_am.ts \ i18n/tuxboot_ar.ts \ i18n/tuxboot_ast.ts \ i18n/tuxboot_bg.ts \ i18n/tuxboot_bn.ts \ i18n/tuxboot_pt_BR.ts \ i18n/tuxboot_cs.ts \ i18n/tuxboot_da.ts \ i18n/tuxboot_es.ts \ i18n/tuxboot_et.ts \ i18n/tuxboot_el.ts \ i18n/tuxboot_eo.ts \ i18n/tuxboot_fi.ts \ i18n/tuxboot_fo.ts \ i18n/tuxboot_gl.ts \ i18n/tuxboot_ru.ts \ i18n/tuxboot_ro.ts \ i18n/tuxboot_tr.ts \ i18n/tuxboot_de.ts \ i18n/tuxboot_he.ts \ i18n/tuxboot_hu.ts \ i18n/tuxboot_id.ts \ i18n/tuxboot_it.ts \ i18n/tuxboot_lt.ts \ i18n/tuxboot_lv.ts \ i18n/tuxboot_zh_CN.ts \ i18n/tuxboot_zh_TW.ts \ i18n/tuxboot_fr.ts \ i18n/tuxboot_ja.ts \ i18n/tuxboot_vi.ts \ i18n/tuxboot_uk.ts \ i18n/tuxboot_be.ts \ i18n/tuxboot_pt.ts \ i18n/tuxboot_ms.ts \ i18n/tuxboot_ml.ts \ i18n/tuxboot_nan.ts \ i18n/tuxboot_nb.ts \ i18n/tuxboot_nl.ts \ i18n/tuxboot_ca.ts \ i18n/tuxboot_sk.ts \ i18n/tuxboot_sl.ts \ i18n/tuxboot_sv.ts \ i18n/tuxboot_pl.ts RESOURCES += tuxboot.qrc win32 { RESOURCES += tuxboot-windows.qrc RC_FILE = embedfiles/tuxboot-win.rc }