a889305c7e
all examples compile again
17 lines
439 B
Prolog
17 lines
439 B
Prolog
HEADERS = dragwidget.h
|
|
RESOURCES = draggableicons.qrc
|
|
SOURCES = dragwidget.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/draggableicons
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/draggableicons
|
|
INSTALLS += target sources
|
|
|
|
symbian {
|
|
TARGET.UID3 = 0xA000C615
|
|
CONFIG += qt_example
|
|
}
|
|
QT += widgets
|