Add ObjectAnalytics.h/.cpp to VS2008, QT projects. (Have we made an official call on deprecating 2008 yet?)
This commit is contained in:
@@ -749,6 +749,10 @@
|
|||||||
RelativePath=".\src\Navigator.cpp"
|
RelativePath=".\src\Navigator.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\ObjectAnalytics.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\OptionItem.cpp"
|
RelativePath=".\src\OptionItem.cpp"
|
||||||
>
|
>
|
||||||
@@ -1218,6 +1222,10 @@
|
|||||||
RelativePath=".\include\Navigator.h"
|
RelativePath=".\include\Navigator.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\include\ObjectAnalytics.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\include\OptionItem.h"
|
RelativePath=".\include\OptionItem.h"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -105,6 +105,7 @@ SOURCES += \
|
|||||||
src/MTGGameZones.cpp\
|
src/MTGGameZones.cpp\
|
||||||
src/MTGPack.cpp\
|
src/MTGPack.cpp\
|
||||||
src/MTGRules.cpp\
|
src/MTGRules.cpp\
|
||||||
|
src/ObjectAnalytics.cpp\
|
||||||
src/OptionItem.cpp\
|
src/OptionItem.cpp\
|
||||||
src/PhaseRing.cpp\
|
src/PhaseRing.cpp\
|
||||||
src/Player.cpp\
|
src/Player.cpp\
|
||||||
@@ -244,7 +245,8 @@ HEADERS += \
|
|||||||
include/WFont.h\
|
include/WFont.h\
|
||||||
include/DeckManager.h\
|
include/DeckManager.h\
|
||||||
include/SimplePopup.h\
|
include/SimplePopup.h\
|
||||||
include/SimpleMenu.h
|
include/SimpleMenu.h\
|
||||||
|
include/ObjectAnalytics.h
|
||||||
|
|
||||||
# JGE, could probably be moved outside
|
# JGE, could probably be moved outside
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
|||||||
Reference in New Issue
Block a user