QxtGlobalShortcut/config.tests/xrandr/xrandr.pro
Arvid Picciani f4a985db2f Port Libqxt to Qt5
- build with premake. qmake is too broken to bother
- QtScript is deprecated. removing QxtWebTemplate
- QtHttpHeader has been removed. Copying to libqxt.

./configure-premake gmake

note that qmake likes to spew its moc file everywhere,
which premake doesn't handle in it's glob, so don't mix the two builds
without git clean -fxd
2012-05-28 21:03:44 +02:00

8 lines
139 B
Prolog

win32:include(../../depends.pri)
TEMPLATE = app
TARGET = xrandr
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp
!win32:LIBS+=-lXrandr