This commit is contained in:
dockes 2005-12-04 17:10:47 +00:00
parent 36fe342ffd
commit 086d56c209

View File

@ -1,7 +1,7 @@
TEMPLATE = app TEMPLATE = app
LANGUAGE = C++ LANGUAGE = C++
CONFIG += qt warn_on thread release #debug CONFIG += qt warn_on thread release debug
SOURCES += main.cpp \ SOURCES += main.cpp \
idxthread.cpp \ idxthread.cpp \
@ -21,7 +21,12 @@ IMAGES = images/filenew \
images/editcut \ images/editcut \
images/editcopy \ images/editcopy \
images/editpaste \ images/editpaste \
images/searchfind images/searchfind \
images/asearch \
images/history \
images/nextpage \
images/prevpage \
images/sortparms
unix { unix {
UI_DIR = .ui UI_DIR = .ui