-rw-r--r-- | core/launcher/launcher.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index dbe3820..95642af 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -27,34 +27,34 @@ HEADERS = background.h \ ../../rsync/checksum.h \ ../../rsync/command.h \ ../../rsync/emit.h \ ../../rsync/job.h \ ../../rsync/netint.h \ ../../rsync/protocol.h \ ../../rsync/prototab.h \ ../../rsync/rsync.h \ ../../rsync/search.h \ ../../rsync/stream.h \ ../../rsync/sumset.h \ ../../rsync/trace.h \ ../../rsync/types.h \ ../../rsync/util.h \ ../../rsync/whole.h \ ../../rsync/config_rsync.h \ - ../../rsync/qrsync.h -# quicklauncher.h \ + ../../rsync/qrsync.h \ + quicklauncher.h SOURCES = background.cpp \ desktop.cpp \ mediummountgui.cpp \ qprocess.cpp qprocess_unix.cpp \ info.cpp \ appicons.cpp \ taskbar.cpp \ sidething.cpp \ runningappbar.cpp \ stabmon.cpp \ inputmethods.cpp \ systray.cpp \ wait.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ |