Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 85449419abf7c2facf764ed4a28c4ce0 > files > 5

EmfEngine-devel-0.8-2.fc14.i686.rpm

include( ../config.pri )

TARGET         = example
TEMPLATE       = app
CONFIG        += warn_on release thread 
win32: CONFIG += console

MOC_DIR      = ../tmp
OBJECTS_DIR  = ../tmp
DESTDIR      = ./

INCLUDEPATH   += ../src
unix: INCLUDEPATH += /usr/local/include/libEMF

# Comment the following line if you build using Visual Studio
LIBS   += ../libEmfEngine.a
# Comment the following line if you build using MinGW
#win32: LIBS   += ../EmfEngine.lib

contains(CONFIG, HAVE_GDI_PLUS) {
    win32: LIBS   += -lgdiplus
} else {
    win32: LIBS   += -lgdi32
    unix:  LIBS += /usr/local/lib/libEMF.a
}

HEADERS       = renderarea.h \
                pixmaps.h
SOURCES       = main.cpp \
                renderarea.cpp