author | mickeyl <mickeyl> | 2004-01-20 13:09:35 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-01-20 13:09:35 (UTC) |
commit | 557eb6a25f2cfc6e350c1731ead4df0e07861f25 (patch) (side-by-side diff) | |
tree | c20ef51818fba1d17dd4050e48f6ef3cb9662371 | |
parent | d388324e7b91bdd95553c3849d77cddd5bd0bfc4 (diff) | |
download | opie-557eb6a25f2cfc6e350c1731ead4df0e07861f25.zip opie-557eb6a25f2cfc6e350c1731ead4df0e07861f25.tar.gz opie-557eb6a25f2cfc6e350c1731ead4df0e07861f25.tar.bz2 |
enable powerchord in the buildsystem
-rw-r--r-- | noncore/multimedia/powerchord/powerchord.pro | 27 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/noncore/multimedia/powerchord/powerchord.pro b/noncore/multimedia/powerchord/powerchord.pro new file mode 100644 index 0000000..2261850 --- a/dev/null +++ b/noncore/multimedia/powerchord/powerchord.pro @@ -0,0 +1,27 @@ +TEMPLATE = app +CONFIG = qt warn_on debug + +HEADERS = powerchord.h \ + fretboard.h \ + chordengine.h \ + vumeter.h \ + gs.h gt.h \ + powerchordbase.h + +SOURCES = main.cpp \ + powerchord.cpp \ + fretboard.cpp \ + chordengine.cpp \ + vumeter.cpp \ + gs.cpp gt.cpp \ + powerchordbase.cpp + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe +#INTERFACES = powerchordbase.ui +DESTDIR = $(OPIEDIR)/bin +TARGET = powerchord + +include ( $(OPIEDIR)/include.pro ) + @@ -115,32 +115,33 @@ CONFIG_OPIE-WRITE noncore/apps/opie-write opie-write.pro CONFIG_OPIEALARM core/opiealarm CONFIG_OPIEFTP noncore/net/opieftp opieftp.pro CONFIG_OPIEIRC noncore/net/opieirc opieirc.pro CONFIG_OPIEMAIL2 noncore/unsupported/mail2 mail.pro CONFIG_OPIEPLAYER core/multimedia/opieplayer opieplayer.pro CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2 opieplayer2.pro CONFIG_OPIE-RDESKTOP noncore/net/opierdesktop opierdesktop.pro CONFIG_OPIEREC noncore/multimedia/opierec opierec.pro CONFIG_TONLEITER noncore/multimedia/tonleiter tonleiter.pro CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/applet applet.pro CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/manager manager.pro CONFIG_OSEARCH core/pim/osearch osearch.pro CONFIG_OXYGEN noncore/apps/oxygen oxygen.pro CONFIG_PACKAGEMANAGER noncore/settings/packagemanager packagemanager.pro CONFIG_PARASHOOT noncore/games/parashoot parashoot.pro CONFIG_PICKBOARD inputmethods/pickboard pickboard.pro +CONFIG_POWERCHORD noncore/multimedia/powerchord powerchord.pro CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro CONFIG_QASHMONEY noncore/apps/qashmoney qashmoney.pro CONFIG_QCOP core/apps/qcop qcop.pro CONFIG_QPDF noncore/unsupported/qpdf qpdf.pro CONFIG_QUICKLAUNCHER core/tools/quicklauncher quicklauncher.pro CONFIG_QWS core/qws qws.pro CONFIG_REMOTE noncore/tools/remote remote.pro CONFIG_RESTARTAPPLET core/applets/restartapplet restartapplet.pro CONFIG_RESTARTAPPLET2 core/applets/restartapplet2 restartapplet2.pro CONFIG_ROTATEAPPLET core/applets/rotateapplet rotateapplet.pro CONFIG_ROTATION noncore/settings/rotation rotation.pro CONFIG_RUNAPPLET core/applets/runapplet runapplet.pro CONFIG_SCREENSHOTAPPLET core/applets/screenshotapplet screenshotapplet.pro CONFIG_SECURITY core/settings/security security.pro CONFIG_SFCAVE noncore/games/sfcave sfcave.pro CONFIG_SFCAVE-SDL noncore/games/sfcave-sdl sfcave-sdl.pro |