diff options
author | Espen Riskedal <espenr@trolltech.com> | 2009-08-21 12:53:13 (GMT) |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2009-08-21 12:53:13 (GMT) |
commit | df518cf77c9b3a499d26b33890561bd98f50a49b (patch) | |
tree | 5de64d96b1c269fd68f0e2d8a20f0b9263d89289 /demos/mainwindow | |
parent | 4aa6869877d4906fcfaac5388294748512cace25 (diff) | |
download | Qt-df518cf77c9b3a499d26b33890561bd98f50a49b.zip Qt-df518cf77c9b3a499d26b33890561bd98f50a49b.tar.gz Qt-df518cf77c9b3a499d26b33890561bd98f50a49b.tar.bz2 |
Rename demobase.pri to symbianpkgrules.pri
demobase.pri sounded to generic, also I changed it to error on !symbian
platforms, and test all the places we include it. That makes it more
obvious when reading the .pro files that this is actually Symbian
spesific stuff, not cross-platform Qt rules.
Reviewed-by: axis
Diffstat (limited to 'demos/mainwindow')
-rw-r--r-- | demos/mainwindow/mainwindow.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mainwindow/mainwindow.pro b/demos/mainwindow/mainwindow.pro index 87b42be..8e9bdc2 100644 --- a/demos/mainwindow/mainwindow.pro +++ b/demos/mainwindow/mainwindow.pro @@ -14,4 +14,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro sources.path = $$[QT_INSTALL_DEMOS]/mainwindow INSTALLS += target sources -include($$QT_SOURCE_TREE/demos/demobase.pri) +symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |