mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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('''
|
src_frontends_qt4_header_files = Split('''
|
||||||
../ButtonPolicy.h
|
ButtonPolicy.h
|
||||||
../Dialog.h
|
Dialog.h
|
||||||
Action.h
|
Action.h
|
||||||
BulletsModule.h
|
BulletsModule.h
|
||||||
ButtonController.h
|
ButtonController.h
|
||||||
@ -799,8 +799,8 @@ src_frontends_qt4_header_files = Split('''
|
|||||||
|
|
||||||
|
|
||||||
src_frontends_qt4_files = Split('''
|
src_frontends_qt4_files = Split('''
|
||||||
../ButtonPolicy.cpp
|
ButtonPolicy.cpp
|
||||||
../Dialog.cpp
|
Dialog.cpp
|
||||||
Action.cpp
|
Action.cpp
|
||||||
BulletsModule.cpp
|
BulletsModule.cpp
|
||||||
ButtonController.cpp
|
ButtonController.cpp
|
||||||
|
@ -46,10 +46,10 @@ AM_CPPFLAGS += \
|
|||||||
$(QT4_INCLUDES) $(BOOST_INCLUDES)
|
$(QT4_INCLUDES) $(BOOST_INCLUDES)
|
||||||
|
|
||||||
SOURCEFILES = \
|
SOURCEFILES = \
|
||||||
../ButtonPolicy.cpp \
|
ButtonPolicy.cpp \
|
||||||
../ButtonPolicy.h \
|
ButtonPolicy.h \
|
||||||
../Dialog.cpp \
|
Dialog.cpp \
|
||||||
../Dialog.h \
|
Dialog.h \
|
||||||
Resources.cpp \
|
Resources.cpp \
|
||||||
Action.cpp \
|
Action.cpp \
|
||||||
BulletsModule.cpp \
|
BulletsModule.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user