Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
VPATH+=$$PWD
|
|
INCLUDEPATH += $$PWD
|
|
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):DEFINES += BUILD_OPENGL
|
|
|
|
SOURCES += \
|
|
xmldata.cpp \
|
|
paintcommands.cpp \
|
|
qengines.cpp \
|
|
framework.cpp
|
|
|
|
HEADERS += \
|
|
xmldata.h \
|
|
paintcommands.h \
|
|
qengines.h \
|
|
framework.h
|
|
|
|
RESOURCES += images.qrc
|