done point 1) in refs #108; separated ButtonLineEdit for refs #115

This commit is contained in:
Marc Wäckerlin
2012-02-13 15:29:07 +00:00
parent 088163a14d
commit 9ae8812ef5
19 changed files with 377 additions and 233 deletions

View File

@@ -29,15 +29,22 @@ win32 {
CONFIG += release
}
SOURCES = webviewwidgetifc.cxx
HEADERS = webviewwidgetifc.hxx
FORMS =
RESOURCES = resources.qrc
TEMPLATE = lib
TARGET = qbrowserlib-plugin
qbrowserlib-swisswebview {
SOURCES = webviewwidgetifc.cxx
HEADERS = webviewwidgetifc.hxx
TARGET = qbrowserlib-swisswebview
}
qbrowserlib-buttonlineedit {
SOURCES = buttonlineeditwidgetifc.cxx
HEADERS = buttonlineeditwidgetifc.hxx
TARGET = qbrowserlib-buttonlineedit
}
CODECFORSRC = UTF-8
CODECFORTR = UTF-8