From 0b99cfa6550c1828294aaca9b64eb7517f1e729f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 16 Jun 2011 16:36:14 +0200 Subject: CMakeLists, main class and build/run scripts --- src/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main.cpp (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..16c2daf --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,13 @@ +#include +#include "fbsplash.h" + +int main(int argc, char *argv[]) { + + QApplication app(argc, argv, QApplication::GuiServer); + app.setOrganizationName("OpenSLX"); + app.setApplicationName("fbsplash"); + + fbsplash bs; + bs.show(); + app.exec(); +} \ No newline at end of file -- cgit v1.2.3-55-g7522