summaryrefslogtreecommitdiff
path: root/Rules.make
Unidiff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index c93d6ec..3f494ce 100644
--- a/Rules.make
+++ b/Rules.make
@@ -8,2 +8,8 @@ $(TOPDIR)/gen.pro : $(TOPDIR)/.config
8 echo > $@ 8 echo > $@
9# added for threaded version
10ifneq ($(CONFIG_THREADED),)
11 echo CONFIG += thread >> $@
12else
13 echo CONFIG -= thread >> $@
14endif
9ifneq ($(CONFIG_DEBUG),) 15ifneq ($(CONFIG_DEBUG),)
@@ -18,2 +24,3 @@ else
18endif 24endif
25
19ifeq ($(filter 3.%,$(QTE_VERSION)),) # not qt3 26ifeq ($(filter 3.%,$(QTE_VERSION)),) # not qt3