diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-12-14 19:20:02 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-17 14:07:14 +0100 |
commit | 44cdbfa489e88be7f0b528f11b6ed1f557cef113 (patch) | |
tree | 76f03a36b4d22e2e1dd796390f481d058620daff /examples/activeqt/simple | |
parent | 409516d5bb269c2746c9740c00093450dfebc43a (diff) | |
download | qtactiveqt-44cdbfa489e88be7f0b528f11b6ed1f557cef113.tar.gz |
remove some unnecessary CONFIG additionsv5.0.0
qt is already added by spec_pre.prf.
Change-Id: Id53efb418c1d545c4c90280f54b3824ae8261e49
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/activeqt/simple')
-rw-r--r-- | examples/activeqt/simple/simple.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/simple/simple.pro b/examples/activeqt/simple/simple.pro index 80b1757..da8a317 100644 --- a/examples/activeqt/simple/simple.pro +++ b/examples/activeqt/simple/simple.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = simpleax -CONFIG += qt warn_off +CONFIG += warn_off QT += widgets axserver SOURCES = main.cpp |