aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/src.pro b/src/src.pro
deleted file mode 100644
index fceeb21..0000000
--- a/src/src.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-win32 {
- TEMPLATE = subdirs
- CONFIG += ordered
- SUBDIRS += winextras
- qtHaveModule(quick): SUBDIRS += imports
-} else {
- # fake project for creating the documentation
- TEMPLATE = aux
- CONFIG += force_qt
- QMAKE_DOCS = $$PWD/winextras/doc/qtwinextras.qdocconf
-}