2012-12-14 13:55:20 +00:00
|
|
|
INCLUDEPATH += $$PWD
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-12-14 13:55:20 +00:00
|
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
|
|
|
|
DEFINES += QT_OPENGL_SUPPORT
|
|
|
|
QT += opengl widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
|
|
|
|
2012-12-14 13:55:20 +00:00
|
|
|
SOURCES += \
|
|
|
|
$$PWD/arthurstyle.cpp\
|
|
|
|
$$PWD/arthurwidgets.cpp \
|
|
|
|
$$PWD/hoverpoints.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/arthurstyle.h \
|
|
|
|
$$PWD/arthurwidgets.h \
|
|
|
|
$$PWD/hoverpoints.h
|
|
|
|
|
|
|
|
RESOURCES += $$PWD/shared.qrc
|
2011-04-27 10:05:43 +00:00
|
|
|
|