modify Qt projects for building with Qt Creator (windows)

add build guide using Qt Creator and MSVC2013
This commit is contained in:
luyuju151
2016-01-04 21:45:40 +08:00
parent fd084d2ce8
commit 02261e6e76
6 changed files with 335 additions and 52 deletions

View File

@ -16,7 +16,7 @@ INSTALLS += target
QMAKE_CXXFLAGS += -D_USRDLL
QMAKE_CXXFLAGS += -D_CONSOLE
QMAKE_CXXFLAGS += -BUILDING_EMBER
win32: DEFINES +=BUILDING_EMBER
SOURCES += \
$$PRJ_DIR/Affine2D.cpp \
$$PRJ_DIR/DllMain.cpp \