mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21714 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d3887a2ce0
commit
b9d2666b98
@ -711,8 +711,8 @@ src_frontends_controllers_tests_regfiles_extra_files = Split('''
|
||||
|
||||
|
||||
src_frontends_qt4_header_files = Split('''
|
||||
../ButtonPolicy.h
|
||||
../Dialog.h
|
||||
ButtonPolicy.h
|
||||
Dialog.h
|
||||
Action.h
|
||||
BulletsModule.h
|
||||
ButtonController.h
|
||||
@ -799,8 +799,8 @@ src_frontends_qt4_header_files = Split('''
|
||||
|
||||
|
||||
src_frontends_qt4_files = Split('''
|
||||
../ButtonPolicy.cpp
|
||||
../Dialog.cpp
|
||||
ButtonPolicy.cpp
|
||||
Dialog.cpp
|
||||
Action.cpp
|
||||
BulletsModule.cpp
|
||||
ButtonController.cpp
|
||||
|
@ -46,10 +46,10 @@ AM_CPPFLAGS += \
|
||||
$(QT4_INCLUDES) $(BOOST_INCLUDES)
|
||||
|
||||
SOURCEFILES = \
|
||||
../ButtonPolicy.cpp \
|
||||
../ButtonPolicy.h \
|
||||
../Dialog.cpp \
|
||||
../Dialog.h \
|
||||
ButtonPolicy.cpp \
|
||||
ButtonPolicy.h \
|
||||
Dialog.cpp \
|
||||
Dialog.h \
|
||||
Resources.cpp \
|
||||
Action.cpp \
|
||||
BulletsModule.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user