imgui/libimgui.pro
Sepehr Taghdisian e3001fb986 project update
2014-08-11 20:43:24 +04:30

21 lines
267 B
Prolog

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