mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 03:47:00 +00:00
removed libimgui.pro
This commit is contained in:
parent
c2cb727ac9
commit
c13c2449bb
20
libimgui.pro
20
libimgui.pro
@ -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
|
|
Loading…
Reference in New Issue
Block a user