Skip to content
Snippets Groups Projects
Commit 1ef95a8b authored by yanmorin's avatar yanmorin
Browse files

Don't know why JP (2005-09-13) change %moc.cpp to moc_%.cpp, but this new build
ask these changes.
parent cc542f74
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,16 @@ noinst_LTLIBRARIES = libsflphoneqt.la ...@@ -3,16 +3,16 @@ noinst_LTLIBRARIES = libsflphoneqt.la
BUILT_SOURCES = \ BUILT_SOURCES = \
configurationpanel.h\ configurationpanel.h\
configurationpanelui.cpp\ configurationpanelui.cpp\
configurationpanelmoc.cpp\ moc_configurationpanel.cpp\
url_input.h \ url_input.h \
url_inputui.cpp \ url_inputui.cpp \
url_inputmoc.cpp \ moc_url_input.cpp \
jpushbuttonmoc.cpp \ moc_jpushbutton.cpp \
trayiconmoc.cpp\ moc_trayicon.cpp\
volumecontrolmoc.cpp\ moc_volumecontrol.cpp\
numerickeypadmoc.cpp \ moc_numerickeypad.cpp \
mydisplaymoc.cpp \ moc_mydisplay.cpp \
qtGUImainwindowmoc.cpp moc_qtGUImainwindow.cpp
libsflphoneqt_la_SOURCES = \ libsflphoneqt_la_SOURCES = \
$(BUILT_SOURCES) \ $(BUILT_SOURCES) \
......
...@@ -493,5 +493,5 @@ MyDisplay::shift (void) ...@@ -493,5 +493,5 @@ MyDisplay::shift (void)
_mutex.leaveMutex(); _mutex.leaveMutex();
} }
#include "mydisplaymoc.cpp" #include "moc_mydisplay.cpp"
// EOF // EOF
...@@ -84,6 +84,6 @@ VolumeControl::mousePressEvent (QMouseEvent *e) { ...@@ -84,6 +84,6 @@ VolumeControl::mousePressEvent (QMouseEvent *e) {
mouse_y = e->y(); mouse_y = e->y();
} }
#include "volumecontrolmoc.cpp" #include "moc_volumecontrol.cpp"
// EOF // EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment