From 0aaa6b9d3a3d7f3cdf12f348fea34f9bcebeeba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 26 Sep 2008 07:48:45 +0000 Subject: [PATCH] Updated project file for colorplugin git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@3126 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Plugin-Color.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Plugin-Color.pro diff --git a/Plugin-Color.pro b/Plugin-Color.pro new file mode 100644 index 0000000..814a0b6 --- /dev/null +++ b/Plugin-Color.pro @@ -0,0 +1,16 @@ +################################################################################ +# +# Plugin-Color.proj +# +################################################################################ + +include( $$TOPDIR/qmake/Plugins.include ) + +Plugin() + +# Input +HEADERS += ColorPlugin.hh +SOURCES += ColorPlugin.cc + +################################################################################ + -- GitLab