TEMPLATE = app CONFIG += qt \ uic DESTDIR = ../../bin QT += declarative \ script \ network \ sql contains(QT_CONFIG, opengl) { QT += opengl DEFINES += GL_SUPPORTED } # Input HEADERS += qmlviewer.h \ proxysettings.h \ qfxtester.h SOURCES += main.cpp \ qmlviewer.cpp \ proxysettings.cpp \ qfxtester.cpp FORMS = recopts.ui \ proxysettings.ui include($$QT_SOURCE_TREE/tools/shared/deviceskin/deviceskin.pri) target.path = $$[QT_INSTALL_BINS] INSTALLS += target wince* { QT += scripttools \ xml \ xmlpatterns \ webkit \ phonon }