imgui/libimgui.pro

21 lines
267 B
Prolog
Raw Normal View History

2014-08-11 16:13:24 +00:00
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