18 lines
355 B
Prolog
18 lines
355 B
Prolog
SOURCES += main.cpp composition.cpp
|
|
HEADERS += composition.h
|
|
|
|
SHARED_FOLDER = ../shared
|
|
|
|
include($$SHARED_FOLDER/shared.pri)
|
|
|
|
RESOURCES += composition.qrc
|
|
qtHaveModule(opengl):!qtConfig(dynamicgl) {
|
|
DEFINES += USE_OPENGL
|
|
QT += opengl
|
|
}
|
|
QT += widgets
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/painting/composition
|
|
INSTALLS += target
|