12 lines
321 B
Prolog
12 lines
321 B
Prolog
HEADERS = dialog.h
|
|
SOURCES = dialog.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/dynamiclayouts
|
|
sources.files = $$SOURCES $$HEADERS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/dynamiclayouts
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|