--Code changes

-Split VariationList into .h/cpp files.
  --Make VariationList.cpp the only place where the variations files are included from. This speeds up the build, but variations can no longer be directly instantiated.
  --Variations are no longer exported.
Bu işleme şunda yer alıyor:
mfeemster
2016-02-18 18:58:24 -08:00
ebeveyn d92a600ced
işleme c09457d5fe
28 değiştirilmiş dosya ile 1060 ekleme ve 1069 silme

Dosyayı Görüntüle

@ -23,7 +23,8 @@ SOURCES += \
$$PRJ_DIR/Ember.cpp \
$$PRJ_DIR/EmberPch.cpp \
$$PRJ_DIR/RendererBase.cpp \
$$PRJ_DIR/Renderer.cpp
$$PRJ_DIR/Renderer.cpp \
$$PRJ_DIR/VariationList.cpp
include(deployment.pri)
qtcAddDeployment()