TEMPLATE = app QT += gui \ core \ xml CONFIG += warn_on \ x11 \ qt \ windows \ resources \ release DESTDIR += bin OBJECTS_DIR += build MOC_DIR += build UI_DIR += build HEADERS += src/datamodel.h \ src/mainwindowimpl.h \ src/searchboximpl.h \ src/styleeditorimpl.h \ src/stylemodel.h \ src/configurationdlgimpl.h \ src/configurationmodel.h \ src/aboutdialogimpl.h \ src/propertydlgimpl.h SOURCES += src/datamodel.cpp \ src/main.cpp \ src/mainwindowimpl.cpp \ src/searchboximpl.cpp \ src/styleeditorimpl.cpp \ src/stylemodel.cpp \ src/configurationdlgimpl.cpp \ src/configurationmodel.cpp \ src/aboutdialogimpl.cpp \ src/propertydlgimpl.cpp RESOURCES += translations/translations.qrc \ images/images.qrc TRANSLATIONS += translations/nagaina_French.ts FORMS += ui/configurationdlg.ui \ ui/mainwindow.ui \ ui/searchbox.ui \ ui/styleeditor.ui \ ui/aboutdlg.ui \ ui/propertydlg.ui RC_FILE += images/win32icon.rc