Example Qt application.
[fedora-mingw.git] / qt-win / example.pro
diff --git a/qt-win/example.pro b/qt-win/example.pro
new file mode 100644 (file)
index 0000000..2b0975d
--- /dev/null
@@ -0,0 +1,16 @@
+# 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