diff options
| author | 2007-07-05 08:49:05 +0000 | |
|---|---|---|
| committer | 2007-07-05 08:49:05 +0000 | |
| commit | aba8d2293fc3e57c8e75ed2732f8b5b715b1b134 (patch) | |
| tree | 29eabfb69aaf1f66d9ebabadc110c8a6ba3269ec /src/modules/sharedfileswindow/sharedfileswindow.pro | |
| parent | Added doxygen support (diff) | |
| download | KVIrc-aba8d2293fc3e57c8e75ed2732f8b5b715b1b134.tar.gz KVIrc-aba8d2293fc3e57c8e75ed2732f8b5b715b1b134.tar.bz2 KVIrc-aba8d2293fc3e57c8e75ed2732f8b5b715b1b134.zip | |
fixed font saving in qt4 kvirc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@644 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/sharedfileswindow/sharedfileswindow.pro')
| -rw-r--r-- | src/modules/sharedfileswindow/sharedfileswindow.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.pro b/src/modules/sharedfileswindow/sharedfileswindow.pro new file mode 100644 index 000000000..be1121e46 --- /dev/null +++ b/src/modules/sharedfileswindow/sharedfileswindow.pro @@ -0,0 +1,7 @@ +TARGET = kvisharedfileswindow
+
+HEADERS += sharedfileswindow.h
+
+SOURCES += libkvisharedfileswindow.cpp sharedfileswindow.cpp
+
+include(../module.pri)
\ No newline at end of file |
