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