qt5base-lts/examples/tutorials/addressbook-fr/part2/part2.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

11 lines
342 B
Prolog

SOURCES = addressbook.cpp \
main.cpp
HEADERS = addressbook.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part2
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part2.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part2
INSTALLS += target sources
QT += widgets