From c13c2449bb68e053868a667dffa683f3b7e32d74 Mon Sep 17 00:00:00 2001 From: Sepehr Taghdisian Date: Mon, 18 Aug 2014 16:09:47 +0430 Subject: [PATCH] removed libimgui.pro --- libimgui.pro | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libimgui.pro diff --git a/libimgui.pro b/libimgui.pro deleted file mode 100644 index c153b4e38..000000000 --- a/libimgui.pro +++ /dev/null @@ -1,20 +0,0 @@ -TEMPLATE = lib -CONFIG += static -CONFIG -= app_bundle -CONFIG -= qt -CONFIG -= warn_on - -CONFIG(release, debug|release) { - TARGET = imgui -} - -CONFIG(debug, debug|release) { - TARGET = imgui-dbg -} - -SOURCES += \ - imgui.cpp - -HEADERS += \ - imgui.h \ - imconfig.h