removes deprecated files from build config
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@117 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
This commit is contained in:
committed by
virtuoussin13
parent
e7f4dfa748
commit
9a03e0c480
@ -30,8 +30,7 @@ DEFINES += ICON24='\\\"$${icons.conf_path}/icon24.png\\\"'
|
|||||||
DEFINES += ICON64='\\\"$${icons.conf_path}/icon64.png\\\"'
|
DEFINES += ICON64='\\\"$${icons.conf_path}/icon64.png\\\"'
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
DEPENDPATH += trayicon
|
INCLUDEPATH += .
|
||||||
INCLUDEPATH += . trayicon
|
|
||||||
QMAKE_LIBS += -lXtst
|
QMAKE_LIBS += -lXtst
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
@ -39,46 +38,40 @@ HEADERS += axis.h \
|
|||||||
axis_edit.h \
|
axis_edit.h \
|
||||||
axisw.h \
|
axisw.h \
|
||||||
button.h \
|
button.h \
|
||||||
button_edit.h \
|
button_edit.h \
|
||||||
buttonw.h \
|
buttonw.h \
|
||||||
constant.h \
|
constant.h \
|
||||||
device.h \
|
device.h \
|
||||||
error.h \
|
error.h \
|
||||||
event.h \
|
event.h \
|
||||||
flash.h \
|
flash.h \
|
||||||
icon.h \
|
icon.h \
|
||||||
joypad.h \
|
joypad.h \
|
||||||
joypadw.h \
|
joypadw.h \
|
||||||
joyslider.h \
|
joyslider.h \
|
||||||
keycode.h \
|
keycode.h \
|
||||||
layout.h \
|
layout.h \
|
||||||
getkey.h \
|
getkey.h \
|
||||||
layout_edit.h \
|
layout_edit.h \
|
||||||
quickset.h \
|
quickset.h
|
||||||
trayicon/trayicon.h
|
|
||||||
SOURCES += axis.cpp \
|
SOURCES += axis.cpp \
|
||||||
axis_edit.cpp \
|
axis_edit.cpp \
|
||||||
axisw.cpp \
|
axisw.cpp \
|
||||||
button.cpp \
|
button.cpp \
|
||||||
button_edit.cpp \
|
button_edit.cpp \
|
||||||
buttonw.cpp \
|
buttonw.cpp \
|
||||||
event.cpp \
|
event.cpp \
|
||||||
flash.cpp \
|
flash.cpp \
|
||||||
icon.cpp \
|
icon.cpp \
|
||||||
joypad.cpp \
|
joypad.cpp \
|
||||||
joypadw.cpp \
|
joypadw.cpp \
|
||||||
joyslider.cpp \
|
joyslider.cpp \
|
||||||
keycode.cpp \
|
keycode.cpp \
|
||||||
layout.cpp \
|
layout.cpp \
|
||||||
layout_edit.cpp \
|
layout_edit.cpp \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
quickset.cpp \
|
quickset.cpp \
|
||||||
getkey.cpp \
|
getkey.cpp
|
||||||
trayicon/trayicon.cpp \
|
|
||||||
trayicon/trayicon_x11.cpp
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##### Install #####
|
##### Install #####
|
||||||
|
Reference in New Issue
Block a user