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\\\"'
|
||||
|
||||
TEMPLATE = app
|
||||
DEPENDPATH += trayicon
|
||||
INCLUDEPATH += . trayicon
|
||||
INCLUDEPATH += .
|
||||
QMAKE_LIBS += -lXtst
|
||||
|
||||
# Input
|
||||
@ -54,8 +53,7 @@ HEADERS += axis.h \
|
||||
layout.h \
|
||||
getkey.h \
|
||||
layout_edit.h \
|
||||
quickset.h \
|
||||
trayicon/trayicon.h
|
||||
quickset.h
|
||||
SOURCES += axis.cpp \
|
||||
axis_edit.cpp \
|
||||
axisw.cpp \
|
||||
@ -73,12 +71,7 @@ SOURCES += axis.cpp \
|
||||
layout_edit.cpp \
|
||||
main.cpp \
|
||||
quickset.cpp \
|
||||
getkey.cpp \
|
||||
trayicon/trayicon.cpp \
|
||||
trayicon/trayicon_x11.cpp
|
||||
|
||||
|
||||
|
||||
getkey.cpp
|
||||
|
||||
|
||||
##### Install #####
|
||||
|
Reference in New Issue
Block a user