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:
John Toman
2009-11-22 21:59:06 +00:00
committed by virtuoussin13
parent e7f4dfa748
commit 9a03e0c480

View File

@ -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
@ -54,8 +53,7 @@ HEADERS += axis.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 \
@ -73,12 +71,7 @@ SOURCES += axis.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 #####