commit | c13c2449bb68e053868a667dffa683f3b7e32d74 | [log] [tgz] |
---|---|---|
author | Sepehr Taghdisian <sep.tagh@gmail.com> | Mon Aug 18 16:09:47 2014 +0430 |
committer | Sepehr Taghdisian <sep.tagh@gmail.com> | Mon Aug 18 16:09:47 2014 +0430 |
tree | e5c1513846d189df3cce9bb33f2c22c01114cb8d | |
parent | c2cb727ac900cc0315014919663a649e0fed4c93 [diff] |
removed libimgui.pro
diff --git a/libimgui.pro b/libimgui.pro deleted file mode 100644 index c153b4e..0000000 --- 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