2014-12-11 00:50:15 -05:00
|
|
|
TEMPLATE = app
|
|
|
|
CONFIG += console
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
CONFIG -= qt
|
|
|
|
|
2015-01-26 12:17:51 -05:00
|
|
|
include(../shared_settings.pri)
|
2014-12-11 00:50:15 -05:00
|
|
|
|
2015-07-24 06:09:44 -04:00
|
|
|
LIBS += -L$$absolute_path($$DESTDIR) -lEmber
|
|
|
|
LIBS += -L$$absolute_path($$DESTDIR) -lEmberCL
|
2014-12-11 00:50:15 -05:00
|
|
|
|
2015-01-14 05:51:55 -05:00
|
|
|
!macx:PRECOMPILED_HEADER = ../../../Source/EmberCommon/EmberCommonPch.h
|
2014-12-11 00:50:15 -05:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
../../../Source/EmberAnimate/EmberAnimate.cpp \
|
|
|
|
../../../Source/EmberCommon/EmberCommonPch.cpp
|
|
|
|
|
|
|
|
include(deployment.pri)
|
|
|
|
qtcAddDeployment()
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
../../../Source/EmberAnimate/EmberAnimate.h \
|
|
|
|
../../../Source/EmberCommon/EmberCommon.h \
|
|
|
|
../../../Source/EmberCommon/EmberCommonPch.h \
|
|
|
|
../../../Source/EmberCommon/EmberOptions.h \
|
|
|
|
../../../Source/EmberCommon/JpegUtils.h \
|
|
|
|
../../../Source/EmberCommon/SimpleGlob.h \
|
|
|
|
../../../Source/EmberCommon/SimpleOpt.h
|
|
|
|
|