removed libimgui.pro

This commit is contained in:
Sepehr Taghdisian 2014-08-18 16:09:47 +04:30
parent c2cb727ac9
commit c13c2449bb
1 changed files with 0 additions and 20 deletions

View File

@ -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