2 # The top-level QMAKE project file for LiteMan
10 CONFIG
+= qt thread release
26 HEADERS
+= database
.h dataviewer
.h \
27 litemanwindow
.h tableeditordialog
.h \
28 tabletree
.h queryeditordialog
.h termeditor
.h
29 SOURCES
+= database
.cpp dataviewer
.cpp \
30 litemanwindow
.cpp main
.cpp \
31 tableeditordialog
.cpp tabletree
.cpp \
38 DISTFILES
= Doxyfile README INSTALL COPYING NEWS AUTHORS
40 binary
.path
= $$
{PREFIX
}/bin
/
41 binary
.files
= $$TARGET
43 docs
.path
= $$
{PREFIX
}/share
/doc
/liteman
44 docs
.files
= README COPYING NEWS AUTHORS
46 INSTALLS
+= binary docs
52 TEMPPLACE
= build
/liteman
-$$
{VERSION
}
55 mdist
.commands
= mkdir $$
{TEMPPLACE
}/ && mkdir $$
{TEMPPLACE
}/{doc
,src
} && \
56 cp
-f $$
{DISTFILES
} liteman
.pro $$
{TEMPPLACE
}/ && \
57 cp
-f src
/* $${TEMPPLACE}/src/ && cd $${TEMPPLACE}/../ &&\
58 tar -czf ../liteman-$${VERSION}.tar.gz liteman-$${VERSION}/ && \
59 cd .. && rm -rf $${TEMPPLACE}/
61 QMAKE_EXTRA_TARGETS += mdist