mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-22 13:40:06 -05:00
29 lines
739 B
Prolog
29 lines
739 B
Prolog
TEMPLATE = app
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
CONFIG -= qt
|
|
|
|
include(../shared_settings.pri)
|
|
|
|
LIBS += -L$$DESTDIR -lEmber
|
|
LIBS += -L$$DESTDIR -lEmberCL
|
|
|
|
!macx:PRECOMPILED_HEADER = ../../../Source/EmberCommon/EmberCommonPch.h
|
|
|
|
SOURCES += \
|
|
../../../Source/EmberGenome/EmberGenome.cpp \
|
|
../../../Source/EmberCommon/EmberCommonPch.cpp
|
|
|
|
include(deployment.pri)
|
|
qtcAddDeployment()
|
|
|
|
HEADERS += \
|
|
../../../Source/EmberGenome/EmberGenome.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
|
|
|