mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
qt-defs.mk: Build against stock Qt4 which now supports glib main loop
Wohoo, Build against stock qt4, since it now support glib main loop.
This commit is contained in:
parent
ad0dd73724
commit
137ebfbd9c
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ else
|
|||
INCLUDE += -I$(QT_PREFIX)/include
|
||||
else
|
||||
ifeq ($(QT_MAJOR_VERSION),4)
|
||||
QT_PREFIX = $(HOME)/opt/qt4
|
||||
#QT_PREFIX = $(HOME)/opt/qt4
|
||||
QT_PREFIX = /usr
|
||||
INCLUDE += -I$(QT_PREFIX)/include \
|
||||
$(addprefix -I$(QT_PREFIX)/include/, \
|
||||
Qt Qt3Support QtAssistant QtCore QtDesigner \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue