ToastFreeware
/
toast
/
confclerk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
First try to improve the colors (ticket #13).
[toast/confclerk.git]
/
confclerk.pro
diff --git
a/confclerk.pro
b/confclerk.pro
index 8f2160ce05fe28cce3f8f33f82bcbeece9f15ec3..0b88c7623359b7ad2d4b87317b5848f534eb2257 100644
(file)
--- a/
confclerk.pro
+++ b/
confclerk.pro
@@
-3,14
+3,15
@@
QMAKEVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
isEmpty( ISQT4 ) {
QMAKEVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
isEmpty( ISQT4 ) {
-error("Use the qmake include with Qt4.4 or greater, on Debian that is
-qmake-qt4");
+ error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
}
TEMPLATE = subdirs
SUBDIRS = src
}
TEMPLATE = subdirs
SUBDIRS = src
-VERSION = 0.5.0
+# The global.pri defines the VERSION of the project
+include(src/global.pri)
+
QMAKE_DISTCLEAN += src/bin/*.a
QMAKE_EXTRA_TARGETS += changelog icon man release tarball
QMAKE_DISTCLEAN += src/bin/*.a
QMAKE_EXTRA_TARGETS += changelog icon man release tarball