Remove useless "QT += widgets"
[profile/ivi/qtbase.git] / examples / statemachine / statemachine.pro
index a049316..7d510b2 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS       = \
                 factorial \
                 pingpong
 
-!contains(QT_CONFIG, no-gui) {
+!contains(QT_CONFIG, no-widgets) {
     SUBDIRS +=  \
                 eventtransitions \
                 rogue \
@@ -16,4 +16,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
 INSTALLS += target sources
-QT += widgets