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

19 lines
485 B
Prolog

SOURCES += main.cpp \
myinputpanel.cpp \
myinputpanelcontext.cpp
HEADERS += myinputpanel.h \
myinputpanelcontext.h
FORMS += mainform.ui \
myinputpanelform.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/inputpanel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS inputpanel.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/inputpanel
INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets