Provide Qt 5 configuration on Linux
* CXX specifies -std=gnu++11 * WINQT5LIB variable added * Hints file can specify CXX and MOC
This commit is contained in:
committed by
Pasi Kallinen
parent
4be2467cc9
commit
08ef5ff99f
@@ -31,11 +31,13 @@ CFLAGS+=-DQT_GRAPHICS -DDEFAULT_WINDOW_SYS=\"Qt\" -DNOTTYGRAPHICS
|
||||
CFLAGS+=`pkg-config QtGui --cflags`
|
||||
|
||||
LINK=g++
|
||||
CXX=g++
|
||||
CXX=g++ -std=gnu++11
|
||||
|
||||
WINSRC = $(WINQT4SRC)
|
||||
WINOBJ = $(WINQT4OBJ)
|
||||
WINLIB = $(WINQT4LIB)
|
||||
MOC = moc
|
||||
#MOC = moc-qt4
|
||||
|
||||
VARDATND = nhtiles.bmp rip.xpm nhsplash.xpm pet_mark.xbm pilemark.xbm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user