rockbox/utils/themeeditor/qtfindreplacedialog/dialogs.pro
Robert Bieber e6fd3d0318 Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27528 a1c6a512-1295-4272-9138-f99709370657
2010-07-23 07:31:53 +00:00

26 lines
683 B
Prolog

# -------------------------------------------------
# Project created by QtCreator 2009-11-07T11:39:43
# -------------------------------------------------
TARGET = qtfindreplacedialog
TEMPLATE = lib
DEFINES += FINDREPLACE_LIBRARY
SOURCES += findform.cpp \
finddialog.cpp \
findreplaceform.cpp \
findreplacedialog.cpp \
varianteditor.cpp
HEADERS += findreplaceform.h \
findreplacedialog.h \
findform.h \
finddialog.h \
findreplace_global.h \
varianteditor.h
FORMS += findreplaceform.ui \
findreplacedialog.ui
DESTDIR = ../lib
DEPENDPATH += .
target.path = /lib
headers.files = $$HEADERS
headers.path = /include
INSTALLS += target \
headers