Qatar emir warns against dependence on state

People travel in a traditional boat at Doha Corniche, Qatar, on Saturday (Reuters photo)

DOHA — Qatar's ruler said Tuesday he hoped the global fall in energy prices would help reduce dependency on the state in the oil-rich Gulf nation, official media reported.

Sheikh Tamim Bin Hamad Al Thani, speaking at an opening session of Qatar's Advisory Council, said the drop in energy prices could help Qatar correct "negative phenomena" that have accompanied the country's astonishing accumulation of wealth over the past two decades.

He warned of "wasteful spending, overstaffing and a lack of accountability" in the country, and raised concerns about "dependency on the state to provide for everything".

This "reduces the motivation of individuals to take initiatives and be progressive", he said in remarks reported by the Qatar News Agency.

The emir said Qatar's 2016 budget would take into account the fall in oil prices by more than half since early last year to below $50 a barrel.

"This budget will focus on efficiency in government spending. It will also tend to promote growth and expansion in non-oil sectors to diversify the economy," he said.

Qatar has admitted it is facing a fiscal shortfall of 4.9 per cent of Gross Domestic Product in 2016 and of 3.7 per cent in 2017 due to falling oil prices.

The Advisory Council is the main consultative body in Qatar, where there is no independent legislature.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });