Packages moved to Fedora.
[fedora-mingw.git] / qt-win / example.pro
diff --git a/qt-win/example.pro b/qt-win/example.pro
deleted file mode 100644 (file)
index 2b0975d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Simple application example from:
-#   http://doc.trolltech.com/4.0/mainwindows-application.html
-#
-# Process this file with
-#   QMAKESPEC=fedora-win32-cross qmake-qt4 -win32 example.pro
-# and then run 'make'.
-
-TEMPLATE        = app
-TARGET          = example
-
-CONFIG          += qt warn_on
-
-HEADERS         = mainwindow.h
-SOURCES         = mainwindow.cpp main.cpp
-
-RESOURCES       += application.qrc