Changeset 1bf74fe7327bbd6240fb9a09383392b155cdd2df

Show
Ignore:
Timestamp:
27/05/06 13:09:56 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1148728196 +0000
git-parent:

[56674e0fa8dbde833f78795fb09ea471f69cdf10]

git-author:
Clément Stenac <zorglub@videolan.org> 1148728196 +0000
Message:

Initial layout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/Modules.am

    r71de7a9 r1bf74fe  
    1 SOURCES_qt4 = qt4.cpp 
    2  
    3 EXTRA_DIST += \ 
    4     qt4.hpp 
    5  
    6 TOUI = file_open 
     1TOUI = ui/file_open 
    72UIH := $(TOUI:%=%.h) 
    83 
    9 TOMOC = main_interface 
     4TOMOC = main_interface dialogs_provider dialogs/playlist 
    105MOCCPP := $(TOMOC:%=%.moc.cpp) 
    116 
     
    149BUILT_SOURCES += $(UIH)  
    1510BUILT_SOURCES += $(MOCCPP)  
    16  
    17 nodist_SOURCES_qt4 = $(UIH) $(MOCCPP) 
    1811 
    1912$(MOCCPP): %.moc.cpp: %.hpp 
     
    2619 
    2720endif 
     21 
     22SOURCES_qt4 =   qt4.cpp \ 
     23        main_interface.cpp \ 
     24        dialogs_provider.cpp \ 
     25        dialogs/playlist.cpp \ 
     26        main_interface.moc.cpp \ 
     27        dialogs_provider.moc.cpp \ 
     28        dialogs/playlist.moc.cpp 
     29        $(NULL) 
     30 
     31# Why do I have to put it manually ?? 
     32 
     33EXTRA_DIST += \ 
     34    qt4.hpp \ 
     35    main_interface.hpp \ 
     36    dialogs_provider.hpp