Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
36 lines
815 B
Prolog
36 lines
815 B
Prolog
SOURCES += main.cpp \
|
|
roundrectitem.cpp \
|
|
flippablepad.cpp \
|
|
padnavigator.cpp \
|
|
splashitem.cpp
|
|
|
|
HEADERS += \
|
|
roundrectitem.h \
|
|
flippablepad.h \
|
|
padnavigator.h \
|
|
splashitem.h
|
|
|
|
RESOURCES += \
|
|
padnavigator.qrc
|
|
|
|
FORMS += \
|
|
form.ui
|
|
|
|
contains(QT_CONFIG, opengl):QT += opengl
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/padnavigator
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS padnavigator.pro images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/padnavigator
|
|
INSTALLS += target sources
|
|
|
|
CONFIG += console
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000A644
|
|
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
|
}
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
|
|
|
simulator: warning(This example might not fully work on Simulator platform)
|